/YourLocalWeather

App to fetch weather data from any location

Primary LanguageTypeScript

Your Weather App

This project was bootstrapped with Create React App. It wil display the current weather on a location of your choice based on data form Open Weather Map API. In order to run this app, you need to create a config file in the following format:

{
    "apiKey": "<YOUR_API_KEY>,
    "baseUrl": "https://api.openweathermap.org/",
    "units": "metric"
}

Available Scripts

In the project directory, you can run:

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.