owise1 / ambient-weather-api

Ambient Weather API
22 stars 8 forks source link

Native JavaScript API for realtime? #1

Open ktrue opened 6 years ago

ktrue commented 6 years ago

It would be really helpful to have a native (non-Node.js) script that just used socket.io.js and native JavaScript to access the realtime information/data. An example script built along those lines would be much appreciated.

chrisrodkey commented 3 years ago

This also would be very helpful. I can not seem to find examples of this available anywhere online.

owise1 commented 3 years ago

That kind of happens here: https://github.com/owise1/ambient-weather-api/blob/master/src/index.js#L77 (#77-#93), but I'll admit it's not as straightforward as it could be because it's all wrapped in an object.