Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am melitele on github.
* I am melitele (https://keybase.io/melitele) on keybase.
* I have a public key ASDBntrYjMJ3vxvlX6j8UwCqHdMrCAzf-VlHdJL6hcPdjQo
To claim this, I am signing this object:
@melitele
melitele / tripshot-8.html
Last active November 9, 2017 11:30
If you have planned a trip that you want to feature on your website or have an article, a post or a page that would be enhanced by one of Furkot's public trips you can add a tripshot widget to your website.
<iframe
width="720"
height="580"
src="https://trips.furkot.com/widget/ts/mH2rAH"
data-button=".info"
data-link=".post a"
data-link-hover="text-decoration: underline;"
data-heading="body">
</iframe>
<script src="https://cdn.furkot.com/scripts/furkot-tripshot.min.js" defer></script>
@melitele
melitele / tripshot-7.html
Created November 9, 2017 03:54
If you have planned a trip that you want to feature on your website or have an article, a post or a page that would be enhanced by one of Furkot's public trips you can add a tripshot widget to your website.
<script src="https://cdn.furkot.com/scripts/furkot-tripshot.min.js" defer></script>
@melitele
melitele / plan-route-between-stops-example.html
Last active August 29, 2015 14:26
If you have a website promoting a place that people would visit on a trip you can add a plan with Furkot button to allow visitors to your website mark it as a stop in their Furkot trips.
<a href="https://trips.furkot.com/trip?stops[0][name]=Boston%20Public%20Library&stops[0][coordinates][lat]=42.34948&stops[0][coordinates][lon]=-71.07774&stops[1][name]=Metropolitan%20Museum&stops[1][coordinates][lat]=40.779437&stops[1][coordinates][lon]=-73.96324400000003&stops[1][route][polyline]=aknaGvkypL~ry%40nthAvlmBrmT~fg%40nuhEdmZnwnCr%7BdAj%7DyB"
target="furkot">
Add route between stops to Furkot trip
</a>
@melitele
melitele / plan-route-example.html
Last active August 29, 2015 14:26
If you have a website promoting a place that people would visit on a trip you can add a plan with Furkot button to allow visitors to your website mark it as a stop in their Furkot trips.
<a href="https://trips.furkot.com/trip?stop[name]=Metropolitan%20Museum&stop[coordinates][lat]=40.779437&stop[coordinates][lon]=-73.96324400000003&stop[route][mode]=motorcycle&stop[route][duration]=16200&stop[route][polyline]=aknaGvkypL~ry%40nthAvlmBrmT~fg%40nuhEdmZnwnCr%7BdAj%7DyB"
target="furkot">
Add route to Furkot trip
</a>
@melitele
melitele / stops.csv
Last active March 18, 2016 17:56
Furkot import CSV example
name lat lon address url notes pin
Christopher Columbus Waterfront Park 42.360998 -71.051628
Dorchester 1022 William T Morrissey Boulevard, Dorchester, MA 02122, USA
Rainbow Swash 42.301468 -71.045194 Off I-93, Boston, MA http://www.atlasobscura.com/places/rainbow-swash World's Largest Piece of Copyrighted Artwork statue
@melitele
melitele / intent.xml
Last active August 29, 2015 13:58
Furkot trip route intent
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https"
android:host="trips.furkot.com"
android:pathPrefix="/pub/api/route/"
android:mimeType="application/json" />
</intent-filter>
@melitele
melitele / tripshot-6.html
Last active August 29, 2015 13:56
If you have planned a trip that you want to feature on your website or have an article, a post or a page that would be enhanced by one of Furkot's public trips you can add a tripshot widget to your website.
<iframe
width="720"
height="580"
src="https://trips.furkot.com/widget/ts/mH2rAH?ts_id=atvylb&uid=your_unique_identifier">
</iframe>
<a href="https://trips.furkot.com/ts/mH2rAH?uid=your_unique_identifier">
Top 10 The Jémez Mountain Trail
</a>
@melitele
melitele / trip-planner-widget-theme.html
Created February 11, 2014 21:02
Furkot trip planner is a widget that displays user's list of trips, allows adding places to a selected trip, offers a subset of planning operations within your website, and provides link to full planning capabilities on Furkot.
<div class="furkot-widget" data-theme="neutral">
</div>
@melitele
melitele / trip-planner-script.html
Created February 3, 2014 15:30
Furkot trip planner is a widget that displays user's list of trips, allows adding places to a selected trip, offers a subset of planning operations within your website, and provides link to full planning capabilities on Furkot.
<script src="https://cdn.furkot.com/scripts/furkot-trip-planner.min.js" defer></script>