API backend for the WheatonCS Status project
Use node.js, express and mongodb.
It was scaffolded with generator-express.
To start developing with this project, follow these steps:
git clone git@github.com:WheatonCollegeCSClub/status-api.git wheatoncs-status-apinpm installgrunt
GET /repos/
get all the repos that belong to the organization
GET /repos/:repo
get a specific repo
GET /repos/:repo/contributors
get the contributors for a specific repo
This project uses the Github API to get information for projects.
This project uses editor config to keep editor styles in sync. If you're using Sublime Text, you can download the plugin here. No other configuration is necessary.