SPA which allows User to search and filter New England (Connecticut, Maine, Massachusetts, New Hampshire, Rhode Island or Vermont) city details under input search fields.
SPA which allows User to search and filter New England (Connecticut, Maine, Massachusetts, New Hampshire, Rhode Island or Vermont) city details under input search fields.
Results displayed in a table Ascending/descending orderBy for Zip, City, State, Population Bootstrap and ngAnimate Module to enhance UI (fade in) Custom Google font integrated Google Maps API integrated
-
zips.zip JSON object converted to array of JSON objects
-
Angular scripts saved in scripts/ folder
-
RESTful API created with Node.js and Express web server
-
zips.html View page displays list of city data
-
map.html View page displays google map via map-location directive in MapController.js
-
zipsFactory.js gets place data by asynchronous $http AJAX call
-
TODO: 'View Map' link binds selected city longitude and latitude values to map view. It the moment, the init map only retrieves a general area map view. Map markers can be added also.
- npm install express
- Node Package Manager
Command prompt: node server.js Now when you visit http://localhost:8080 from your web browser you will be able to use the application.