ARCHIVE: No longer working now that the API it relies on is offline
.gitignore | ||
app.js | ||
package.json | ||
README.md |
Can I Disc Golf Today?
A Webtask ready api ready to tell you if the weather looks good for Disc Golfing this weekend.
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.