Skip to content

OsmnShkh/monocle

 
 

Repository files navigation

eevents

eevents is a link and news aggregation website for event planners based on monocle.io by Alex MacCaw - http://maccman.github.io/monocle/

To-do

Remove GitHub authentication Create Twitter app

Screenshot

Prerequisites

  • Ruby 2.0
  • Postgres 9.3
  • Redis
  • A GitHub app account
  • A Twitter app account

Setup

bundle install
createdb eevents_development
rake db:migrate

export GITHUB_KEY=123
export GITHUB_SECRET=123

export TWITTER_KEY=123
export TWITTER_SECRET=123

thin start

About

Link and news sharing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 57.5%
  • CoffeeScript 41.3%
  • JavaScript 1.1%
  • CSS 0.1%