Skip to content

MarkRabey/react-weather-component

Repository files navigation

React Weather Component

Display weather for current location.

coverage-branches coverage-functions coverage-lines coverage-statements lerna npm NPM

IMPORTANT

This represents the upcoming release. For the current version, view the package on NPM.

Installation

With yarn:

yarn add react-weather-component

With npm:

npm install react-weather-component

Example Usage

import WeatherComponent from 'react-weather-component';

const App = () => {
  return <WeatherComponent apiKey="YOUR_API_KEY" />;
};

export default App;

React Native

Coming soon!