-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6e1b90
commit fc89c41
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
# Earthquake analysis using twitter | ||
--- | ||
It is a web application to track live tweets/messages from social networking sites and in case of an alert of a natural disaster alerting registered users by sending mails to them based on their relative location with respect to the disaster. Technologies used were NodeJs, Bootstrap, Sqlite.--- | ||
|
||
Download repository and extract it. | ||
Install Nodejs and npm | ||
Open cmd, go to directory. | ||
run npm init | ||
run node index | ||
Open in browser : localhost:3000 | ||
To run this application | ||
You will Google Map API and Twitter API keys which can be created using developers account on Google and Twitter. | ||
|
||
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. |