http://all-cp-platforms-api.herokuapp.com/api/{platform}/{username}
Replace {platform} with the name of platform and {username} with the username of the user.
- CodeChef
- Codeforces
- Atcoder
- Spoj
- Leetcode
The request url may not work in future so you can deploy it on Heroku by following these steps easily:
- Create a new app on Heroku
- Fork this repository.
- Link the forked repo to the new app in the deployment section on Heroku.
-
Clone the repo
git clone https://github.com/sudesh1122/all-cp-platforms-API.git
cd all-cp-platforms-API
-
login to your Heroku account
heroku login
-
create a new app
heroku create
-
build the app
git push heroku master