Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cspanring/foodtruckmap
A map showing Food Trucks based on user locations.
https://github.com/cspanring/foodtruckmap
Last synced: about 1 month ago
JSON representation
A map showing Food Trucks based on user locations.
- Host: GitHub
- URL: https://github.com/cspanring/foodtruckmap
- Owner: cspanring
- License: mit
- Created: 2011-06-05T04:25:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-05T22:26:38.000Z (over 13 years ago)
- Last Synced: 2023-03-11T09:43:12.875Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://foodtruckmap.co
- Size: 113 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license-mit
Awesome Lists containing this project
README
# foodtruckmap.co
[foodtruckmap.co](http://foodtruckmap.co)
A map showing Food Trucks based on user locations.
## Dependencies
* [jQuery mobile (Alpha 4.1)](http://jquerymobile.com/)
* [Google Maps API (v3)](http://code.google.com/apis/maps/documentation/javascript/)
* [jQuery UI map (2)](http://code.google.com/p/jquery-ui-map/)
* [foursquare Venues Project](https://developer.foursquare.com/venues/)## Features
* Reads user location by using browser geolocation API
* Queries foursquare API for Food Truck category in user vicinity
* Plots Food Truck locations on a Google Map with different icons for active (checked in people) and inactive Food Trucks. Food Trucks are moving targets, it's a workaround for visualizing the likelihood if a Food Truck is at a given location or not.