fully
v0.0.1
Published
Fulltext search DSL
Downloads
2
Readme
fully
NOTE: more badges availables in shields.io
Fulltext search DSL
Install
$ npm install fully --save
If you want to use in the browser (powered by Browserify):
$ bower install fully --save
and later link in your HTML:
<script src="bower_components/fully/dist/fully.js"></script>
Usage
const fully = require('fully')
fully('do something')
//=> return something
API
fully(input, [options])
input
Required
Type: string
Lorem ipsum.
options
foo
Type: boolean
Default: false
Lorem ipsum.
License
MIT © Kiko Beats