Kumo
This is advanced real-time information API for geo-spatial, weather and information gathering data
Current Weather
ksoft.kumo.weather(location, options);ksoft.kumo.weather('-21.4, 13.2')
.catch(err => console.log(err.message));ksoft.kumo.weather('Berlin, Germany', { units: 'si', lang: 'de' });GeoIP lookup
ksoft.kumo.geoip(ip);ksoft.kumo.geoip('1.1.1.1');Currency Conversion
ksoft.kumo.convert(value, from, to);ksoft.kumo.convert(12.20, 'EUR', 'USD');Last updated