Skip to content

nemsorg/nems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Non-Emergency Medical Services Locator

A mobile app to locate the Non-Emergency medical services nearest you. Names, location and phone number will be provided.

Just type in your location and we'll take care of the rest. Made in HTML5 + PhoneGap

The entire app is contained in www/index.html (all the HTML & JS is in there), but the project will also work fine on your iOS mobile device using Cordova / PhoneGap. Just clone the repo, double-click the xcodeproj and build.

If you want to import the dataset (stores.json, at the root of this repo) into your own Usergrid / Apigee App Services account, you can do so by posting the file directly to the API. For example, with curl:

curl -X POST -d '@stores.json' https://api.usergrid.com/<YOUR ORGANIZATION>/<YOUR APP>/<YOUR COLLECTION>

About

A mobile app to locate the nearest nonemergency ambulance service..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 47.9%
  • JavaScript 46.0%
  • Shell 5.6%
  • Other 0.5%