ibmresearchuk / node-red-bluemix-nodes

A collection of node-red nodes for the IBM Bluemix platform
Apache License 2.0
33 stars 36 forks source link

Adding Insights for Weather service node. #38

Closed jthomas closed 8 years ago

jthomas commented 8 years ago

@knolleary or @dceejay can you do a code review on this?

hardillb commented 8 years ago

You might want to look at adding support for msg.location as things like the geofence node use this as the location.

msg.location = { lat: .... lon: .... }

jthomas commented 8 years ago

Cheers @hardillb I've added support for this too.