jvlavan / init-codersclub-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

init-codersclub-dashboard

  1. Fetch contest content using api https://www.hackerrank.com/rest/contests/$contestname/leaderboard
  2. Clean it using regex and save as json
  3. Create a json from google form either by downloading csv and converting into json
  4. use if else compare with hackerid and use two for loops to check from two json files (one from api and another from google form) and then render as table in html

Happy coding :)

I have just used only single json for demo for actual implementation looks like comparing with two json

About


Languages

Language:JavaScript 58.0%Language:HTML 42.0%