Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vinitshahdeo/hackathon-timer

A timer for Hackathon with GitHub Live Updates. Made this for VinHack - a hackathon by VinnovateIT
https://github.com/vinitshahdeo/hackathon-timer

countdown-timer github-api github-live-updates hackathon hackathon-project hacktoberfest vit-university

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

![hackathon](./hack.png)


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](http://githublookbook.com/VinHack/)!

### Quick Start

[![GitHub API](https://img.shields.io/badge/GitHub-API-teal.svg?style=flat&logo=github)](https://developer.github.com/v3/)

Do the following changes in `index.html`

```javascript

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](https://developer.github.com/v3/).

> Check out the offical [website](https://vinhack.vinnovateit.com/) of [VinHack](https://vinhack.hackerearth.com/).

### Thanks!

```javascript

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

```