Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Kikobeats/fully

Repository files navigation

fully


fully

Last version Build Status Dependency status Dev Dependencies Status NPM Status Donate

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