New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

wheely-bijtelling

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wheely-bijtelling

The widget allows the user to pass a custom user situation and a licene plate so a bijtelling calculation can be returned. T Example widget at: https://codepen.io/rkuyper/full/xQQQPZ/.

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Get started with wheely-bijtelling

The widget allows the user to pass a custom user situation and a licene plate so a bijtelling calculation can be returned. T Example widget at: https://codepen.io/rkuyper/full/xQQQPZ/.

##Usage

const wheelyBijtelling = require('wheely-bijtelling');

wheelyBijtelling.bijtellingWidget(
    {
        api : 'api_key',
        id: 'target_element',
        options : {
            tracking : 'GTM-XXXXXX', // writes user behaviour to Google Tag Managers DataLayer
            height: 'height_of_widget', // leave empty if using wheely default height
            width : 'width_of_widget',  // leave empty if using wheely default width
            style : 'stylesheet_of_choice', // leave empty if using wheely default style
            color : 'button_color', // leave empty if using wheely default color
            options : {
                title : '', // leave empty if using wheely default title
                description : '' // leave empty if using wheely default description
            }
        }
    }
);

##Cached data Each request is cached inside the global dataLayer namespace. You can search the cached data by listening to 'vehicleSearch' event.

let cachedData = window.dataLayer;

##Returned bijtelling values Example of returned car object.

    0.00 // integer

FAQs

Package last updated on 29 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts