matthewwall / weewx-windy

uploader for windy.com
GNU General Public License v3.0
18 stars 2 forks source link

Ported to Python 3. Took advantage of some of the facilities that restx offers. #1

Closed tkeffer closed 5 years ago

tkeffer commented 5 years ago

This can be simplified quite a bit by taking advantage of more features in restx.py.

I only did the POST version (which, RESTfully speaking, is the appropriate HTTP verb).