0.1.0 • Published 2 years ago

react-weather-widget-app v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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.git

Add 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 yarn

Run it to start project

$ npm start # or yarn start

Launches 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-app

Project built with

  • Reactjs
  • React Hooks
  • Display API Data Using Axios with React
  • API
  • GEODB_API