Display weather for current location.
This represents the upcoming release. For the current version, view the package on NPM.
With yarn
:
yarn add react-weather-component
With npm
:
npm install react-weather-component
import WeatherComponent from 'react-weather-component';
const App = () => {
return <WeatherComponent apiKey="YOUR_API_KEY" />;
};
export default App;
Coming soon!