The project consists of a weather foreacst API requests based on React.js. All HTTP requests were made using the OpenWeather API
Take a look Weather-Forecast 🔍
- On Register page to fill API Key it necessary to get an API KEY on OpenWeather site
- Creates an account and get your API key clicking on My API Keys
How to access API Key
- react-router-dom
- firebase
- axios
Clone this repository and install it dependencies with this command:
$ npm install
Run the application with npm run dev
command, it will start the app:
$ npm start