diff --git a/readme.md b/readme.md index ec2250c..1303b1c 100644 --- a/readme.md +++ b/readme.md @@ -6,10 +6,17 @@ You will Google Map API and Twitter API keys which can be created using develope Process: 1.Install nodejs and npm + 2.Download this repository and extract it. + 3.Open cmd, go to directory which contains package.json file -3.type npm install forever -g and press enter -4.Type npm init and press enter -5.Type forever start index.js and press enter -6.Open in browser : localhost:3000 -7.The app will stop automatically after sometime of inactivity,otherwise type forever stop index.js and press enter. + +4.type npm install forever -g and press enter + +5.Type npm init and press enter + +6.Type forever start index.js and press enter + +7.Open in browser : localhost:3000 + +8.The app will stop automatically after sometime of inactivity,otherwise type forever stop index.js and press enter.