UNPKG

nounfinder

Version:

Extracts nouns from chunks of text, using the [Wordnik API](http://developer.wordnik.com/docs.html).

15 lines (11 loc) 285 B
MOCHA = node_modules/.bin/mocha test: $(MOCHA) --ui tdd tests/nounfinder-tests.js node tests/get-nouns-from-words-tests.js pushall: git push origin master && npm publish update-iscool: npm update --save iscool git commit -a -m"Updated iscool." npm version patch make pushall