MVP of tijmenb/houseparty to illustrate a lightning talk at Codebar. The slides are here too.
git clone git@github.com:tijmenb/codebar-mini-houseparty.git
cd codebar-mini-houseparty
cp .env.example .env
bundle install
Visit https://trello.com/app-key and paste your Developer API Key into .env
as TRELLO_API_KEY
.
Run bundle exec rake init_trello
and follow the instructions to get your TRELLO_MEMBER_TOKEN
.
Finally, paste in a TRELLO_BOARD_ID
into .env
. It's the ID in https://trello.com/b/<id>/your-board-name
.
You need a ZOOPLA_API_KEY
in the .env
, which you can acquire here:
https://developer.zoopla.co.uk/member/register/
It can take a while before you get it.
bundle exec ruby houseparty.rb