From 81c1a9e8363dad507976f444424c0fa8af7d7510 Mon Sep 17 00:00:00 2001 From: dwivedikunal100 Date: Mon, 18 Mar 2019 12:50:14 +0530 Subject: [PATCH] Update readme.md --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 1303b1c..8d20e01 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,11 @@ # 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.--- +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. 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: +Process to run the application: + 1.Install nodejs and npm 2.Download this repository and extract it.