Created
September 15, 2013 12:51
-
-
Save displayn/6570514 to your computer and use it in GitHub Desktop.
Revisions
-
Gurken created this gist
Sep 15, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ <form name="justaqueryform" action="http://fuel-companion-s.chartcloud.net/api/v1/search/" method="post"> <input name="fuels" type="text" value="Diesel" /> fuels: Diesel<br /> <input name="lng" type="text" value="8.801694" />lng: 8.801694<br /> <input name="lat" type="text" value="53.079296" /> lat: 53.079296<br /> <input name="price_age" type="text" value="12" />price_age: 12<br /> <input name="radius" type="text" value="10" />radius: 10.000000<br /> <input type="submit" value="SUBMIT" /> </form>