A work-in-progress implementation of the calendar mentioned by @davekeyes on Twitter, and built using Almanack.
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.