0.1.12 • Published 4 years ago

@fillr_letspop/desktop-autofill v0.1.12

Weekly downloads
-
License
Copyright Pop Tec...
Repository
-
Last release
4 years ago

Fillr Desktop Autofill Library

Installation

$> npm install @fillr_letspop/desktop-autofill

Usage

  • Configure dev key and secret key
  • Implement profile listener
  • Declare user profile data
import FillrController from "@fillr_letspop/desktop-autofill";
// https://github.com/Fillr/browser-example-integration/blob/master/profile-data-en-us.ts
// import ProfileData from './profile-data-en-us';

const profileData = {
  "PersonalDetails.FirstName": "John",
  "PersonalDetails.Honorific": "Mr.",
  "PersonalDetails.LastName": "Wick",
  }

const devKey = '';
const secretKey = '';
const profileDataHandler = new ProfileDataInterface((mappings) => {
  mappings.profile = ProfileData; 
  fillr.performFill(mappings);
})

const fillr = new FillrController(devKey, secretKey, profileDataHandler);

Reference

https://github.com/Fillr/browser-example-integration

License

Copyright (c) 2015-present Pop Tech Pty Ltd.

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.8

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.1

5 years ago