Skip to content

Instantly share code, notes, and snippets.

@displayn
Created September 15, 2013 12:51
Show Gist options
  • Save displayn/6570514 to your computer and use it in GitHub Desktop.
Save displayn/6570514 to your computer and use it in GitHub Desktop.
just a form to request fuel prices from tankenapp
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment