Skip to content

Jfrancioso/weather-app

Repository files navigation

Weather App A weather forecast application built with TSX and React.

Installation

To run the Weather App locally, follow these steps:

1. Clone the repository:


git clone https://github.com/Jfrancioso/weather-app.git

2. Install dependencies:


cd weather-app


npm install

3. Start the application:


npm run start

The app will be running at http://localhost:3000. You can also access this application at http://kind-mud-03d36bb0f.3.azurestaticapps.net

Usage

  • Enter an address in the search box to get the weather forecast for that location.
  • Click the "Get Forecast" button to retrieve the forecast.
  • To use your current location, click the "Geolocation Icon" button. Make sure to grant permission for location access when prompted.

APIs Used This application utilizes the following APIs:

  • Geocoding API: Used for converting addresses into geographic coordinates.
  • Weather API: Provides weather forecast data based on the coordinates of a location.
  • Air Quality API: Retrieves current air quality information based on latitude and longitude coordinates. Currently Not in Use
  • Google API: Used for AutoLoading addresses through a drop-down search bar.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please submit a pull request or open an issue on the GitHub repository.

Feel free to copy and use this markdown content for your README file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published