/hackathon-starter-rails

hackathon-starter for Rails developer.

Primary LanguageJavaScriptMIT LicenseMIT

Hackathon Starter Rails

Hackathon starter for Rails developer. Inspired by hackathon-starter.

Demo

http://hackathon-starter-rails.herokuapp.com/

Usage

$ git clone https://github.com/moongift/hackathon-starter-rails
$ cd hackathon-starter-rails
$ mv config/webapi.yml.default config/webapi.yml
# Edit webapi.yml
$ bundle install
$ rails s

webapi.yml

development:
  facebook:
    key: key
    secret: secret
  twitter:
    key: key
    secret: secret

Facebook

Goto Facebook developers. And create new app.

Twitter

Goto Twitter Developers. And create new app.

Fix key and secret to your app's.

Features

LETS'S HACKING!

LICENSE

MIT License.