Hackathons! is a site that lists hackathons happening in Japan.
To add your hackathon to the listing, create a pull request with a YAML file in the data/events
directory.
See data/events/tbs-tv-hack-day.yaml for an example of the format.
Hackathons is a static html site generated using middleman. You can set it up locally with the following:
git clone git@github.com:doorkeeper/hackathons.git
cd hackathons
bundle install
bundle exec middleman server
Hackathons! is licensed under the CC BY license.