Skip to content

A simple PWA that displays the weather information of whatever city, state, or country you search for

Notifications You must be signed in to change notification settings

thomedpete/NostraThomasWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NostraThomas

NostraThomas is a Progressive Web App (PWA) built with React that allows users to search for and view current weather information for any location.

Features

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

Technologies

  • JavaScript
    • React
  • HTML5
  • CSS3

Requirements

A modern web browser that supports service workers and the fetch API

Getting Started

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.

Local Installation

  1. Clone the repo
    [email protected]:thomedpete/NostraThomasWeather.git
  2. Enter the directory and install NPM packages
    npm install
    npm start
  3. Enter the following url in your browser: http://localhost:3000/
  4. Explore the website

About

A simple PWA that displays the weather information of whatever city, state, or country you search for

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published