Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.25 KB

Stories in Ready

Park Locator

Park Locator is a mapping tool for Raleigh parks that allows you to find the closest park to your home, search for parks by amenity, get directions to a park, and explore program offerings at the parks.

Live Application

Demo

  • V2 - Esri: Open
  • Esri Experimental (API V4): Open

Other Versions / Branches

  • V1 (Deprecated): Open
  • V2 - Google Maps (Deprecated - No longer maintained): Open
  • Backup Host - Heroku: Open
  • Backup Host 2 - AWS: Open

Build & development

To install dependencies run npm install and bower install.

The running of tasks for this application was automated using Grunt.

To produce a distributable/minified version of the app run grunt build.

To preview the application in development in a local live server run grunt serve.

Testing

Running grunt test will run the unit tests with karma.