This module based on React.js shows the weather in Montevideo, Uruguay. The styles are neutral to make easy the integration in any website.
Install dependencies
npm iCreate weather-api-key.js file with your OpenWeather API key
export const API_KEY = 'your key'Run app
npm startBuild
npm build