Blame view

node_modules/word-count/Readme.md 429 Bytes
f7563de62   Palak Handa   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  
  # word-count
  
  Word count in respect of CJK characters.
  
  [![Build Status](https://travis-ci.org/yuehu/word-count.png?branch=master)](https://travis-ci.org/yuehu/word-count)
  
  ## Installation
  
  Install with [component(1)](http://component.io):
  
      $ component install yuehu/word-count
  
  Also available as a node module:
  
      $ npm install word-count
  
  ## API
  
  ```
  var count = require('word-count')
  count(string)
  ```
  
  ## License
  
  MIT