kickable is a microservice built to answer the age old question, "Can I Kick It?"
Currently only the word "it" is kickable.
NPM | Builds | Coverage | Vulnerabilities |
---|---|---|---|
Requires Node.js 6+, iojs is not currently supported
$ npm install kickable --save
$ npm run test
$ npm run cover
CURRENT COVERAGE REPORT
Returns true if the string it
is determined to be kickable.
parameters:
- it {String} The value to determine as kickable
returns: {Bool} true if it
is determined to be kickable, otherwise false.
- Case Insensitivity
- Support for configuring kickable items other than
it
. - Return true if the item is known to be a kickable noun, ie. ball, wall, door; otherwise false ( sky, feelings, comments )"
Questions or comments can also be posted on the kickable Github issues page.
Hector Gray (Twitter: @defstream)
Pull Requests welcome. Please make sure all tests pass:
$ npm test
Please submit Github issues for any feature enhancements, bugs or documentation problems.
MIT