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

Aupajo/calendar-bento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.