Simple Sinatra app to take crashes from Crashlytics and create new cards in Trello.
TRELLO_API_KEY
TRELLO_OAUTH_SECRET
TRELLO_OAUTH_TOKEN
TRELLO_BOARD_NAME
TRELLO_LIST_NAME
Instructions to get Trello info, taken from Trellish
- Sign in to Trello and go to https://trello.com/1/appKey/generate.
- Copy "Key" from that page, that's your
TRELLO_API_KEY. - Copy "Secret (for OAuth signing)" from that page to
TRELLO_OAUTH_SECRET. - Visit https://trello.com/1/authorize?key=TRELLO\_API\_KEY\_FROM\_ABOVE&name=Crashello&expiration=never&response_type=token&scope=read,write
- Copy the token to
TRELLO_OAUTH_TOKEN.
Go to your app’s settings > integrations and set the web hook to:
http://yourherokuname.herokuapp.com/kaboom