When the user searches a US city, this app will respond with a list of breweries (from OpenBreweryDB) in that city as well as their address and phone number. It will also show locations on the map.
As a consumer looking for breweries
When I use this application
I will be presented with a list and map of all local breweries in the US city that I search
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Tailwind CSS
- Third party APIs
Right now the Brewmaster API, when given a city, searches and returns ALL cities. In the future we hope to add a way to narrow down to specific city in the state. We would also love to have the mapquest map show the correct name on the markers when the city searched, as of right now it just shows one name for each marker.
- Open Brewery Database API - Here are the Docs for the Open Brewery Database API
- Mapquest API - Here are the Docs for the Mapquest API