Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vinitshahdeo/hackathon-timer
- Owner: vinitshahdeo
- License: mit
- Created: 2019-03-26T17:37:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T14:26:58.000Z (about 3 years ago)
- Last Synced: 2024-05-01T13:55:50.281Z (8 months ago)
- Topics: countdown-timer, github-api, github-live-updates, hackathon, hackathon-project, hacktoberfest, vit-university
- Language: HTML
- Homepage: http://githublookbook.com/VinHack/
- Size: 1.09 MB
- Stars: 9
- Watchers: 3
- Forks: 18
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![hackathon](./hack.png)
Hackathon Timer
VinHack - VinnovateITA timer for Hackathon with GitHub Live Updates.
Made this for VinHack - a hackathon by VinnovateITAbout 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 :
- Monitoring the development of website
- Developed go to place for the participants
- Created quiz contest for the participants
- Made problem statements
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
________ __ __
/ ____/ /___ _____/ / / /_____
/ / __/ / __ `/ __ / / __/ __ \
/ /_/ / / /_/ / /_/ / / /_/ /_/ /
\__________,_____,_/ \__/\____/
/ ___/ _ \/ _ \
(__ ) __/ __/ __ __
/____/\__________ __ / /_ ___ ________ / /
/ / / / __ \/ / / / / __ \/ _ \/ ___/ _ \/ /
/ /_/ / /_/ / /_/ / / / / / __/ / / __/_/
\__, /\____/\__,_/ /_/ /_/\___/_/ \___(_)
/____/```