lukeknowles / foodmap

A web app used by a few food banks in Washington to determine client eligibility based on geographic boundaries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foodmap

foodmap is a basic web app used by a few food banks in Washington state to determine client eligibility based on geographical boundaries.

Live demo available at https://monixlabs.com/foodmap.

Food Map in action

foodmap in action

Food bank selection screen

foodmap selection screen

There are many ways to get GeoJSON representations of anything you could need (cities, school districts, etc.) for free. One of the easiest methods is to use Nominatim to get the data via OpenStreetMap. e.g: https://nominatim.openstreetmap.org/search.php?q=Bonney+Lake+Wa&polygon_geojson=1&format=json

About

A web app used by a few food banks in Washington to determine client eligibility based on geographic boundaries.

License:MIT License


Languages

Language:PHP 78.9%Language:Hack 10.9%Language:HTML 10.2%