raichur / Hackalist.github.io

A list of upcoming hackathons from around the world.

Home Page:http://www.hackalist.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hackalist-logo https://img.shields.io/badge/pull%20requests%20closed%20in-6%20minutes-brightgreen.svg?style=flat-square

Hackalist is a database of hackathons that has the most up to date information for all your hackathon needs. Visit our website to view the live site.

Feel free to submit Pull Requests and/or Issues.

If you have any questions or concerns, please tweet @KevinPayravi. Authorship

Site initiated by Kevin Payravi. Special thanks to:

Licensing

Site code is licensed under the MIT license.

Hackalist also utilizses some design/style elements from Skeleton, a project by Dave Gamache that is also licensed under the MIT license.

Projects Using Hackalist's API

API

The Hackalist API is split into separate JSON files for each month of each year, following the file pattern /api/1.0/YEAR/MONTH.json.

The API is public, so feel free to use it for your own projects. As always, a link back to Hackalist is appreciated.

Contributing

Hackathon listings are sorted chronology based on the starting date of the hackathon. If two hackathons start on the same day, they are sorted alphabetically.

Please ensure your JSON syntax is correct before submitting. An easy way to check your JSON synax is through JSONLint.

JSON Parameters

  • title: Name of hackathon
  • url: Official URL
  • startDate: Starting date, formatted as Month Day (e.g. August 30)
  • endDate: End date, formatted as Month Day (e.g. August 30)
  • year: Year
  • city: City hackathon is occuring in, formatted as City, State/Province Abbreviation, Country (e.g. Miami, FL, United States). If a hackathon has multiple locations (e.g. CodeDay), list as Various Locations (Country), replacing Country with a country name (or Worldwide).
  • host: The host (university, company, etc.)
  • length: Length in hours
  • size: Number of attendees; if not known, specify unknown
  • travel: Is travel reimbursed, in either part or full? yes | no | unknown
  • prize: Are prizes awarded to winners? yes | no | unknown
  • highSchoolers: Are high schoolers allowed to apply or attend? yes | no | unknown
  • facebookURL: URL to official Facebook profile
  • twitterURL: URL to official Twitter profile
  • googlePlusURL: URL to official Google+ profile
  • notes: Any additional notes (limits to who can attend, special requirements, etc.)

About

A list of upcoming hackathons from around the world.

http://www.hackalist.org/

License:MIT License


Languages

Language:CSS 47.5%Language:HTML 43.4%Language:JavaScript 9.0%