Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 991 Bytes

File metadata and controls

30 lines (20 loc) · 991 Bytes

WheatonCS Status API

API backend for the WheatonCS Status project

Use node.js, express and mongodb.

It was scaffolded with generator-express.

Develop

To start developing with this project, follow these steps:

  1. git clone git@github.com:WheatonCollegeCSClub/status-api.git wheatoncs-status-api
  2. npm install
  3. grunt

Endpoints

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

Github API

This project uses the Github API to get information for projects.

Editor Config

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.