Skip to content

A timer for Hackathon with GitHub Live Updates. Made this for VinHack - a hackathon by VinnovateIT

License

Notifications You must be signed in to change notification settings

vinitshahdeo/Hackathon-Timer

Repository files navigation

hackathon

Hackathon Timer
VinHack - VinnovateIT

A timer for Hackathon with GitHub Live Updates.
Made this for VinHack - a hackathon by VinnovateIT

About VinHack

VinHack was a hackathon ogranized by VinnovateIT at VIT Vellore. The organizing team was led by Shreya Anand, President of VinnovateIT. I had honour of being a member of judge panel. That was great experience for me.

My contribution includes :

This is basic timer which I've made for VinHack. It shows the notifications for the commits made on VinnovateIT GitHub Organization. This helps in boosting the energy of participants. If you're organizing a hackathon, you can use this! Just change the the url below with your organization's url and here you go!

Check out the live demo here!

Quick Start

GitHub API

Do the following changes in index.html

var settings = {
         "async": true,
         "crossDomain": true,
         // replace your org username below
         "url": "https://api.github.com/orgs/vinnovateit/events",
         "method": "GET",
         "headers": {
             "Authorization": "XXXXXXXXXXXXXXXXXXX" // replace this with your token
          }

and here you go!

Learn more about GitHub API.

Check out the offical website of VinHack.

Thanks!

   ________          __   __                    
  / ____/ /___ _____/ /  / /_____               
 / / __/ / __ `/ __  /  / __/ __ \              
/ /_/ / / /_/ / /_/ /  / /_/ /_/ /              
\__________,_____,_/   \__/\____/               
  / ___/ _ \/ _ \                               
 (__  )  __/  __/        __                   __
/____/\__________  __   / /_  ___  ________  / /
  / / / / __ \/ / / /  / __ \/ _ \/ ___/ _ \/ / 
 / /_/ / /_/ / /_/ /  / / / /  __/ /  /  __/_/  
 \__, /\____/\__,_/  /_/ /_/\___/_/   \___(_)   
/____/                                          

Releases

No releases published

Packages

No packages published