1.0.0 • Published 8 years ago

wordCounting v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

WordCounting

CircleCI

Count the number of words in a given string.

Install

$npm install wordCounting

Usage

const wordCounting = require('wordCounting');

wordCounting('SOME STRING') // --> 2
1.0.0

8 years ago