Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 393 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 393 Bytes

SYNOPSIS

Just a rough idea. Implements this.

Install?

curl https://github.com/hij1nx/node-normalize ./node_modules

EXAMPLE

require('node_normalize')

var Autocomplete = require('https://nlz.io/github/jonathanong/autocomplete/0.1.5/index.js')

var search = Autocomplete(input)

search.query = function (text) {
  if (!text) return
})