tfe / burgertome

burgerto.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An app written on top of the TaskRabbit API for getting In-N-Out burgers (and associated deliciousness) delivered as quickly and easily as possible.

Development

The app is set up to use a Foreman-style .env file for setting up configuration variables. An example .env file is provided in .env.example and will be loaded automatically if you use Foreman to start your processes, and everything will just work:

Web

foreman run rails server

Console

foreman run rails console

Alternatively, if you don't want to use Foreman, you can set these environment variables on your own. Since Foreman is optional, it is not included in the Gemfile.

Contact

Problems, comments, and pull requests all welcome. Find me on GitHub.

Copyright

Copyright © 2012 Todd Eichel and Loren Cheung. Released under the MIT License (see LICENSE.txt).

About

burgerto.me

License:MIT License


Languages

Language:Ruby 59.4%Language:JavaScript 40.6%