rayan1810 / Hackathon-Timer

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

Home Page:http://githublookbook.com/VinHack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

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

About

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

http://githublookbook.com/VinHack/

License:MIT License


Languages

Language:HTML 60.3%Language:CSS 26.1%Language:JavaScript 13.6%