0.0.40 • Published 11 months ago

wingu v0.0.40

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Wingu

Wingu is an npm package that provides functionality for handling login processes, recording password dwell times, and making requests to a login API.

Installation

Install the package using npm:

npm install wingu

Usage

    import Wingu from "wingu";    

Getting Started

  • Create an instance of the Wingu class, passing the IDs of the username and password fields as arguments to the constructor:
    const wingu = new Wingu("usernameFieldId", "passwordFieldId");
  • Start recording password dwell times by calling the start() method:
    wingu.start();
  • Implement the login functionality and specify a callback function to handle the response:
wingu.login((res) => {
  // Handle the response
});

Make sure to replace "usernameField" and "passwordField" with the actual IDs of your username and password fields.

License

This project is licensed under the MIT License.

0.0.40

11 months ago

0.0.35

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago