This is a React weather app. The app uses the api of openweather and stores the data in a local storage. It uses the Airbnb eslint.
In order to run the app you have to run these command.
npm installinstalls all the modules from the package.json.npm startstarts the React app.