API server for Hoodie Community activity data
hapi server exposing APIs that are consumed by the hoodie-community-dashboard app which displays activity charts on Hoodie’s community.
Responds with with an array of 12 numbers which represent the number of contributors for the past 12 months
[23, 40, ..]
git clone [email protected]:hoodiehq/hoodie-dashboard-api.git
cd hoodie-dashboard-api
npm install
npm start
Apache 2.0