v2.2.0
After years of wishing that this project could submit data to the NOAA Citizen Weather Observer Program (CWOP), I'm thrilled to announce that you now can! With the announcement of Cloudflare Workers now supporting connect()
and the ability to open TCP sockets, I've built cwop.rest, a new CWOP submission method that abstracts out all of the difficulty in submitting weather data to CWOP. I've been wanting to do this for a couple of years (#2) and I'm so glad it's now possible.
To update:
- Copy the code from
code.gs
in this release over yourCode.gs
file. - Make sure your API Keys and settings at the top of the file are correct and
💾 Save
. - Run the
Schedule
function again with the▷ Run
button in the toolbar.