Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 956 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 956 Bytes

React Weather App

This project was created with Create React App.

Available Scripts

In the project directory, you can run:

npm 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 deploy

project deployed on github using gh-pages node module.

npm install gh-pages --save-dev

For installing gh-pages node module run above command

API Used

provides weather information

Provides place autocomplete feature

(Both api provides free service for personal use)

Geoapify is free alternative of Google place Api. I used Geoapify because Google place Api not working without enable billing in GCP project.