Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 978 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 978 Bytes

Calendar Bento

A work-in-progress implementation of the calendar mentioned by @davekeyes on Twitter, and built using Almanack.

Calendar screenshot

Setting up

With Ruby 2.0 or greater installed (check by running ruby --version), run the following inside the calendar-bento directory:

gem install bundler
bundle install

This will fetch any dependencies needed. Next, create a file called config.yml with the following:

meetup_api_key: ...

You can retrieve your API key from Meetup.com.

Finally, run the following inside the calendar-bento directory to start a local server:

almanack start

By default, the server will start on http://localhost:9292/

Press CTRL-C to quit.