Skip to content

jasonkiss/calendar-bento

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.7%
  • CSS 4.2%
  • Ruby 0.1%