tripshot
v2.0.0
Published
Embedded Furkot tripshot.
Downloads
7
Readme
Furkot Tripshot Widget
Embed Furkot tripshot on your website and show off your trip.
Installation
Install with npm:
$ npm install --save tripshot
Load with a standalone script:
<script src="https://cdn.furkot.com/scripts/furkot-tripshot.min.js" defer></script>
Usage
Upon loading, the script modifies the tripshot widget according to the specified options. The guide to integration options is here.
When used with a module bundling framework like browserify:
var furkotTripshot = require('tripshot');
When loaded as a standalone, the script instantiates the global variable furkotTripshot
.
License
MIT © Natalia Kowalczyk