1
0
Fork 0
ARCHIVE: No longer working now that the API it relies on is offline
Find a file
2016-07-02 01:44:50 -05:00
.gitignore Initial commit 2016-07-01 19:15:02 -05:00
app.js First commit, 1.0 2016-07-01 19:19:38 -05:00
package.json First commit, 1.0 2016-07-01 19:19:38 -05:00
README.md Added query param info to readme 2016-07-02 01:44:50 -05:00

Can I Disc Golf Today?

A Webtask ready api ready to tell you if the weather looks good for Disc Golfing this weekend.

Premade example


Optional additional params are available:

?where="Austin,US"
?min=50
?max=100
?wind=50

How do I generate my own?

This tool is built on Node/npm/Webtask. Clone this repo locally and within it run:

wt create app.js --secret OPEN_WEATHER_KEY={Your Key}

Where {Your Key} is an API key you generate from OpenWeatherMap.