Skip to content

jprince/beertrade

 
 

Repository files navigation

beertrade

an app used by the /r/beertrade reddit community to keep track of beer trades and the corresponding reputation and flair for users.

Contributing

  1. Fork this repository
  2. Contact the moderators to request the necessary service credentials
  3. Set up your .env file:
```bash
RACK_ENV=development
PORT=3000
REDDIT_OAUTH_ID=...
REDDIT_OAUTH_SECRET=...
BOT_OAUTH_ID=...
BOT_OAUTH_SECRET=...
BOT_USERNAME=...
BOT_PASSWORD=...
```
  1. Run: bash gem install foreman bundle install rake db:migrate foreman s
  2. Send feature in a pull request for review and merging

About

/r/beertrade app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 80.2%
  • HTML 14.6%
  • CSS 3.1%
  • CoffeeScript 1.5%
  • JavaScript 0.6%