Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 3.09 KB

README.md

File metadata and controls

59 lines (48 loc) · 3.09 KB

hackalist-logo

Visit our website to view the live site.

Hackalist is a database of hackathons that has the most up to date information for all your hackathon needs.

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:

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. As always, a link back to Hackalist is appreciated.

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

##2014

##2015

##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.)