kawaii
v0.0.1
Published
for determining if the contents of a string are cute
Downloads
10
Readme
kawaii
node module for determining if the contents of a string are cute
Install
npm install kawaii
Usage
var kawaii = require('kawaii');
kawaii('kittens');
// true
kawaii('spiders');
// false
FAQ
are you really vain enough to write a computer program that tells you you are cute
yes
License
MIT