freeCodeCamp Leaderboard

Allows you to see the progress of each CoderBunker member.

Demo Website

Click here to go to the page

Installing

Clone the repo

$ git clone https://github.com/coderbunker/fcc-leaderboard.git

Install Dependencies

$ npm install

Install MongoDB

MongoDB

Add you google api key in config/keys.js file

Run

$ npm start

Update users

To manually update user info go to /new

Built With

  • Express - Server framework
  • Axios - Make requests to FreeCodeCamp
  • Google APIs - Used to get access to the spreadsheet
  • MongoDB - Database to store users