Skip to content

Commit

Permalink
adding Deploy to Heroku Button
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed May 21, 2015
1 parent 57f49d4 commit 3c98912
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ $ pip install -r requirements.txt
$ python app.py
```

## Deploy to Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)


## Contributing

- Please use the [issue tracker](https://github.com/karan/slack-overflow/issues) to report any bugs or file feature requests.
12 changes: 12 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Slack Overflow",
"description": "A programmer's best friend, now in Slack.",
"keywords": [
"slack",
"flask",
"python",
"web",
"stack overflow"
],
"repository": "https://github.com/karan/slack-overflow",
}

0 comments on commit 3c98912

Please sign in to comment.