https://github.com/jgudo/react-weather-app
basic weather app built with react
https://github.com/jgudo/react-weather-app
ipdata openweathermap-api react react-openweathermap react-weather-app react-weatherbit weather-app weatherbit
Last synced: about 2 months ago
JSON representation
basic weather app built with react
- Host: GitHub
- URL: https://github.com/jgudo/react-weather-app
- Owner: jgudo
- Created: 2019-02-02T11:46:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T01:48:41.000Z (about 6 years ago)
- Last Synced: 2025-01-15T01:48:58.252Z (4 months ago)
- Topics: ipdata, openweathermap-api, react, react-openweathermap, react-weather-app, react-weatherbit, weather-app, weatherbit
- Language: JavaScript
- Homepage: https://kaulapan.netlify.com/
- Size: 401 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Weather Application
Visit live demo here### Install Dependencies
```sh
$ npm install
```
### Get API key
Get a free api key from IPdata. Get it [here](https://ipdata.co/)
Get a free api key from WeatherBit. Get it [here](https://www.weatherbit.io/account/create)Create a .env file in the root of your project folder and name it _.env.development_
and add the following```
IPDATA_API_KEY=[yourapikey]
WEATHERBIT_KEY=[yourapikey]
```### Run development server
```sh
$ npm run dev-server
```### Build the project
```sh
$ npm run build
```