Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 791 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 791 Bytes

#List of upcoming hackathons

Crowdsourced list of hackathons

Original list gathered from the hackathon calendar written by @japacible.

Contributing

Contributing an event

Hackathons are an object where each season is a property with the list of events for that season as values. Events follow the following schema.

  {
      "name": "<Hackathon Name>",
      "link": "<Hackathon URL>",
      "img": <Hackathon Image Name>
      "location": "<City, State (or City, Country)>",
      "lat": "<Latitude>",
      "lon": "<Longitude>",
      "date": [<startDay.startYear>, <endDay.endYear>"]
  }

Don't forget to upload an image to the hack-imgs folder.

Maintainer

Hacker Hallie -> [email protected]