top of page

Weather Site

This site uses the TomTom and OpenWeather APIs to display weather from a location search.

Searches are stored in a database and can be recalled.

weatherPage.png

01

Fuzzy Searching

The site uses Ajax to convert a search into a latitude and longitude

02

Weather Forecast

The site uses OpenWeather to convert the latitude and longitude into a 5-day forecast with a fluid Bootstrap grid

weatherPage.png

03

Result Storage

Search history is stored in a REST server and can be recalled within the site

bottom of page