🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-weather-widget-app

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-weather-widget-app

This is weather widget application created with React and OpenWeatherMap API.

0.1.0
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 19 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts