From b4960e21f735ea8a01152db285c380675259476d Mon Sep 17 00:00:00 2001 From: sharpshark28 Date: Sat, 2 Jul 2016 01:44:50 -0500 Subject: [PATCH] Added query param info to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f7abda9..b885762 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,17 @@ A Webtask ready api ready to tell you if the weather looks good for Disc Golfing [Premade example](https://webtask.it.auth0.com/api/run/wt-sharpshark28-gmail_com-0/discGolfWeekend?webtask_no_cache=1) +--- + +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](https://webtask.io). Clone this repo locally and within it run: