node-openweathermap icon indicating copy to clipboard operation
node-openweathermap copied to clipboard

A small abstraction layer for the openweathermap API

Results 5 node-openweathermap issues
Sort by recently updated
recently updated
newest added

Isn't it possible by the API to use metric units for all asian and european countries and switch to imperial automatically based on locale?

Handles errors like: ``` Error: socket hang up at createHangUpError (http.js:1472:15) at Socket.socketCloseListener (http.js:1522:23) at Socket.EventEmitter.emit (events.js:117:20) at TCP.close (net.js:466:12) ```

Hi, [apparently](https://groups.google.com/forum/#!topic/node-red/qNMXIuPzcvE) OpenWeatherMap is now requiring an API key - is there a way to add it? **Update** adding `APPID: 'nnnnnnnnnnnnn'` in the config object does the trick. Thanks Davide

enhancement

When I do a request straight to their API in my browser, I can see "rain" in the results. Why doesn't this come through in the JSON returned by your...

bug