Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

A little micro service to cache and expose Envato Marketplace stats(total items and total users)

License

Notifications You must be signed in to change notification settings

envato-archive/marketplace-stats-as-a-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marketplace-stats-as-a-service

A little micro service to cache and expose Envato Marketplace stats(total items and total users)

Insipred by Zeit github-projects.

Usage

Simply install the dependencies:

npm install

And run the server:

API_GATEWAY_TOKEN=token npm start

API

GET /

200: Returns total items and total users stats from marketplace

{
  "total_items": "5623356",
  "total_users": "8393788"
}

Contributing

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Follow the usage section
  3. Start making changes and open a pull request once they're ready!

You can use npm test to run the tests and see if your changes have broken anything.

License

MIT

About

A little micro service to cache and expose Envato Marketplace stats(total items and total users)

Topics

Resources

License

Stars

Watchers

Forks