Skip to content

timecamp-org/timecamp-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TimeCamp Marketplace

This is the TimeCamp Marketplace. It is a collection of items that can be installed in TimeCamp.

Adding an item to the marketplace

Add new pull request to the timecamp-marketplace-items.json file.

JSON schema:

{
    "id": string,
    "name": string,
    "author": string,
    "description": string,
    "release_date": string, // format: YYYY-MM-DD
    "icon_url": string,
    "categories": string[], // any of "report", "plugin", "tool", "integration", "featured"
    "repo": string, // optional
    "price": string, // optional
    "update_date": string, // optional, format: YYYY-MM-DD
    "api_url": string, // optional
    "url": string, // optional
    "screens": string[], // optional, screenshot URLs (png/jpg/webp)
}

API URL (optional)

It should have the following endpoints:

  • Enable item
  • Disable item
  • Is enabled

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors