@raj-upadhyay/asynchronous-autocomplete

1.0.1 • Public • Published

asynchronous-autocomplete

The asynchronous-autocomplete library exported as Node.js modules.

Installation

    $ npm i -g npm
    $npm i asynchronous-autocomplete

In Node.js

    // load full build
    let searchBox = require('asynchronous-autocomplete')

    // pass input field
    // url function that returns query link
    // function to handle the output.

    searchbox(inputField, queryLink, responseHandler)

Package Sidebar

Install

npm i @raj-upadhyay/asynchronous-autocomplete

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

4.67 kB

Total Files

16

Last publish

Collaborators

  • raj-upadhyay