UNPKG

openweathermap

Version:

A small abstraction layer for the openweathermap API

16 lines (12 loc) 276 B
// Generated by CoffeeScript 1.8.0 (function() { var weather; weather = require('./openweather'); weather.forecast({ id: 5004359, units: 'imperial', cnt: 1 }, function(json) { return console.log(JSON.stringify(json, false, 2)); }); }).call(this);