Microservice to cache and expose Bounty data from Gitcoin & Bounties.network for use throughout oceanprotocol.com.
Deprecated. Please use https://github.com/oceanprotocol/community-numbers
Endpoint: https://oceanprotocol-bounties.now.sh
200: Returns the count of open bounties, and a total
number counting all active and completed bounties:
{
"gitcoin": 1,
"bountiesNetwork": 2,
"total": 17
}
Install dependencies:
npm install
And run the server:
npm run dev
Run the tests:
npm test
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
- Matthias Kretschmann (@kremalicious) - Ocean Protocol