项目作者: defep

项目描述 :
Sample weather forecast project for learning React
高级语言: JavaScript
项目地址: git://github.com/defep/reactjs-weather.git
创建时间: 2020-01-24T16:35:35Z
项目社区:https://github.com/defep/reactjs-weather

开源协议:

下载


This project was bootstrapped with Create React App.

Set-up

Install dependencies and run the app.

  1. npm install
  2. npm start

Create .env file at the root level with the variable REACT_APP_API_KEY and set your Open Weather API Key.

REACT_APP_API_KEY=YOUR_API_KEY