Merge pull request #83 from johnku1/master

Heroku Button
This commit is contained in:
Mattias Erming 2014-09-10 00:44:23 +02:00
commit 33cc2a71b3
2 changed files with 9 additions and 0 deletions

View File

@ -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.

7
app.json Normal file
View File

@ -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"]
}