og-weather
v0.0.7
Published
> Obtiene el clima de un partido de futbol en un horario determinado.
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
