Skip to content

Commit 2431555

Browse files
committed
Add app.json & logo (png)
The app.json file is needed by Heroku for using the 'Deploy to Heroku' Button. - Link: https://devcenter.heroku.com/articles/heroku-button - Issue: heroku/node-js-sample#72
1 parent c295df6 commit 2431555

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

app.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "chat.io",
3+
"description": "A Real Time Chat Application built using Node.js, Express, Mongoose, Socket.io, Passport, & Redis.",
4+
"repository": "https://github.com/OmarElGabry/chat.io",
5+
"logo": "https://raw.githubusercontent.com/OmarElGabry/chat.io/master/public/img/chat.io.PNG",
6+
"keywords": ["real-time", "chat", "nodejs", "express", "mongoose", "socketio", "passport", "redis"]
7+
}

public/img/chat.io.PNG

29.4 KB
Loading

0 commit comments

Comments
 (0)