YellowFoxH4XOR / CoderCalendar-API

API powering CoderCalendar Chrome Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoderCalendar-API

An API listing programming contests across multiple platforms

Building locally

  1. To install the dependencies, run from inside this directory.
npm install 
  1. To use the Kaggle API, sign up for a Kaggle account at https://www.kaggle.com. Then go to the 'Account' tab of your user profile (https://www.kaggle.com/account) and select 'Create API Token'. This will trigger the download of kaggle.json, a file containing your API credentials.
    Create a file named secrets.json inside the cloned repo. Add your kaggle username and APIKEY to in the format prescribed in secrets.json.example file.

  2. To start the server, run.

npm start

Platforms supported

  1. Hackerrank
  2. Codechef
  3. Codeforces
  4. HackerEarth
  5. Topcoder
  6. Leetcode
  7. Atcoder
  8. CSAcademy
  9. Kaggle

About

API powering CoderCalendar Chrome Extension

License:MIT License


Languages

Language:JavaScript 100.0%