0.0.3 • Published 5 years ago
@polygonplanet-llc/weather v0.0.3
weather
const weather = require('weather');
const latitude = 45;
const longitude = -90;
const result = weather(latitude, longitude);
72
const weather = require('weather');
const latitude = 45;
const longitude = -90;
const result = weather(latitude, longitude);
72