Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

🤖 Microservice to cache and expose our Bounties data from Gitcoin & Bounties.network. Beep boop.

License

Notifications You must be signed in to change notification settings

oceanprotocol-archive/bounties-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

bounties-api

Microservice to cache and expose Bounty data from Gitcoin & Bounties.network for use throughout oceanprotocol.com.

Build Status js oceanprotocol Greenkeeper badge



API

Endpoint: https://oceanprotocol-bounties.now.sh

GET /

200: Returns the count of open bounties, and a total number counting all active and completed bounties:

{
  "gitcoin": 1,
  "bountiesNetwork": 2,
  "total": 17
}

Development

Install dependencies:

npm install

And run the server:

npm run dev

Test

Run the tests:

npm test

Deployment

Deploy to now, make sure to switch to Ocean Protocol org before deploying:

# first run
now login
now switch

# deploy
now
# switch alias to new deployment
now alias

Authors

About

🤖 Microservice to cache and expose our Bounties data from Gitcoin & Bounties.network. Beep boop.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published