Skip to content

SPA built with AngularJS and Node.js which allows User to search and filter New England (Connecticut, Maine, Massachusetts, New Hampshire, Rhode Island or Vermont) city details under input search fields.

Notifications You must be signed in to change notification settings

michfah/zipItApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zipItApp

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.

AngularJS Search Location Application

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

Main Points

  • 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.

Testing Pre-requisites:

- Node.js and Express 4

  • 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.

About

SPA built with AngularJS and Node.js which allows User to search and filter New England (Connecticut, Maine, Massachusetts, New Hampshire, Rhode Island or Vermont) city details under input search fields.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published