0.0.0 • Published 8 years ago

ghosthunter v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

GhostHunter

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

Ghost Search Engine

Install

$ npm install ghosthunter --save

If you want to use in the browser (powered by Browserify):

$ bower install ghosthunter --save

and later link in your HTML:

<script src="bower_components/ghosthunter/dist/ghosthunter.js"></script>

Usage

const ghostHunter = require('ghosthunter')

ghostHunter('do something')
//=> return something

API

ghostHunter(input, options)

input

Required Type: string

Lorem ipsum.

options

foo

Type: boolean Default: false

Lorem ipsum.

License

MIT © Kiko Beats

0.0.0

8 years ago