From 4e026b790c38f9db86947006a0f1bd728b649be2 Mon Sep 17 00:00:00 2001 From: John K Date: Tue, 9 Sep 2014 18:17:13 -0400 Subject: [PATCH 1/3] Added app.json --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.json 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 From de0fa4fab2e956541b147e4706889686a675972f Mon Sep 17 00:00:00 2001 From: John K Date: Tue, 9 Sep 2014 18:19:17 -0400 Subject: [PATCH 2/3] Added Heroku Button --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae9503d..d246645 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. From f4cc281acdab01b7a060944576f1a940a4a4796b Mon Sep 17 00:00:00 2001 From: John K Date: Tue, 9 Sep 2014 18:20:45 -0400 Subject: [PATCH 3/3] Fixed Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d246645..d5f356b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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) +[![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.