NostraThomas is a Progressive Web App (PWA) built with React that allows users to search for and view current weather information for any location.
Search bar for users to enter a location
- Displays current temperature, humidity, and weather conditions for the searched location
- Uses the OpenWeatherMap API to retrieve weather data
- Works offline through the use of service workers
A modern web browser that supports service workers and the fetch API
To use NostraThomas, simply visit the deployment link and enter a location in the search bar. The current weather information for that location will then be displayed.
Deployed at nostraThomas.surge.sh
- Clone the repo
[email protected]:thomedpete/NostraThomasWeather.git
- Enter the directory and install NPM packages
npm install npm start
- Enter the following url in your browser: http://localhost:3000/
- Explore the website