A simple,user-friendly application that lets you know the temperature, how it feels like(accounts for the human perception of weather) and many other parameters of any location across the globe
This application has been built using React and OpenWeather API
Make sure you have node >= 8.10 and npm >= 5.6 installed
If you face an isuue saying react-scripts file missing in your node modules directory at the time of installation,
Check whether your react-script dependency is avaliable or not in package.json
Else, add them manually via,
npm install react-scripts --save
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.