diff --git a/README.md b/README.md index ae9503d..d5f356b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Shout [![](https://badge.fury.io/js/shout.png)](https://www.npmjs.org/package/shout) +[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) + __What is it?__ Shout is a web IRC client that you host on your own server. diff --git a/app.json b/app.json new file mode 100644 index 0000000..39a6c24 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "name": "Shout IRC Web Client", + "description": "A Node.js IRC Web App ", + "repository": "https://github.com/erming/shout", + "logo": "https://cloud.githubusercontent.com/assets/8410903/4194421/d5b69f9a-37ad-11e4-9972-b1874d0b284e.png", + "keywords": ["node", "IRC"] +} \ No newline at end of file