Skip to content

davidfishlock/weather-view

Repository files navigation

weather-view

A simple weather application built using my ts-open-weather-map library with data provided by the Open Weather Map API and Bing News Search API.

The live version is available at: https://weather.davidfishlock.com

Setup

To run the application locally, clone the repository and run:

npm ci
npm run start

The application should now be viewable at http://localhost:3000 in the browser.

Technologies

This application is built with React and Typescript, with styling implemented using TailwindCSS.

Weather radar mapping is implemented using leaflet, and graph visualizations are built using the react-vis library.