Skip to content

React and Redux project - fetches nearest food trucks around a given zip code

Notifications You must be signed in to change notification settings

abhagupta/food_truck_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food Truck Finder

Project in React, redux, Express. Uses https://data.sfgov.org to get the informaiton about closes food trucks/

To install this project, do following :

Client

React based. Documentation

Server

Documentation

Express based server which provides only one API at this time.

/location_address/<location>

This api accepts any address or zip code and translates it to latitude and longitude using Google Map API. This latitude and longitude is then fed into data.sfgov.api to retrieve the results for closes trucks.

Example: https://data.sfgov.org/resource/6a9r-agq8.json?$where=within_circle(location,37.5685247,-122.367428,%20100000)

About

React and Redux project - fetches nearest food trucks around a given zip code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published