Skip to content
pruthvi6767 edited this page Oct 30, 2016 · 12 revisions

Logo

#Lab Tutorial 9 Documentation

The web app developed for this lab uses the civic data of Fortworth,TX city. The civic data is of car accidents obtained from the source "data.fortworthtexas.gov-https://data.fortworthtexas.gov/resource/2ys6-nns2.json". The API service from the given source is used to extract information about the streets where accidents have happend including the date/time, location etc. The app offers a server side mashup using the NodeJs for server side webservices implementation. The user can view the streets and their frequency of accidents in the Word Cloud generated using d3.js,wordcount.js. Moreover, all the locations are pointed out on google maps with the time of occurence as the marker on the map.

IDE/Frameworks/Languages: Webstorm, NodeJs, request module, express module, angularjs, google maps api, bootstrap, wordcount2.js.

Json Web Service responses for car accident street info and geo location info using nodejs. Responses in Json from postman view:

Logo

Logo

Logo

Logo

Logo

Clone this wiki locally