Allows you to see the progress of each CoderBunker member.
Clone the repo
$ git clone https://github.com/coderbunker/fcc-leaderboard.git
Install Dependencies
$ npm install
Install MongoDB
Add you google api key in config/keys.js file
Run
$ npm start
To manually update user info go to /new
- Express - Server framework
- Axios - Make requests to FreeCodeCamp
- Google APIs - Used to get access to the spreadsheet
- MongoDB - Database to store users