0.1.0 • Published 3 years ago
react-weather-widget-app v0.1.0
React Weather App🌤🌤
This is weather widget application created with React and OpenWeatherMap API.
Instructions
First clone this repository.
$ git clone hhttps://github.com/mkumbobeaty/weather-widget.gitAdd a .env file that contains the following
- REACT_APP_WEATHER_API_URL=your_OpenWeatherMap_api_url
- REACT_APP_GEODB_API_URL=your_geodb_api_key
- REACT_APP_WEATHER_KEY=your_api_key
- REACT_APP_GEODB_KEY=your_geodb_api_key
Install dependencies. Make sure you already have nodejs & npm installed in your system.
$ npm install # or yarnRun it to start project
$ npm start # or yarn startLaunches the test runner in the interactive watch mode run
$ npm run test React Weather App is available as a node package.
$ npm install weather-widget-react-appProject built with
0.1.0
3 years ago