Skip to content

carsonb/steam-sauna

Repository files navigation

steam-sauna

Because it gets a bunch of friends together and applies Steam

Getting Started

Get an API key at http://steamcommunity.com/dev/registerkey. Then add it:

# config/application.yml
STEAM_API_KEY: 'your steam key here'
SECRET_TOKEN: 'probably should do something here too'

We use Postgres, to get this working on your development machine, install Postgres (Postgres.app on a Mac) and configure the db:

createdb steam_sauna_dev
createuser steamsauna
bundle install
rake db:migrate

Ackowledgements

Muchos gracias to davefp for the great name

About

Because it gets a bunch of friends together and applies Steam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published