Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.32 KB

README.md

File metadata and controls

59 lines (35 loc) · 1.32 KB

Weather Forecast

Consuming API from OpenWeather

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 🔍

Instructions

  • 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

Project

Login

Register

About

Weather-nocity

Weather


Libs

  • react-router-dom
  • firebase
  • axios

Install

Clone this repository and install it dependencies with this command:

$ npm install

Running

Run the application with npm run dev command, it will start the app:

$ npm start