og-weather
v0.0.6
Published
> Obtiene el clima de un partido de futbol en un horario determinado.
Downloads
284
Readme
og-weather
Obtiene el clima de un partido de futbol en un horario determinado.
Instalación
npm install og-weatherUso
const client = new VisualCrossingClient({
apiKey: "api_key_here"
});
>
const weather = await client.easyWeather(data);
return weather;API
License
MIT
