3000-words-list
Version:
a list of the 3000 most frequent words in both spoken and written English
31 lines (21 loc) • 904 B
Markdown
# 3000-words-list
This is a list of the 3000 most commonly used words in American newspapers and popular magazines.
## Install
```sh
$ npm install --save 3000-words-list
```
## Usage
```js
var wordsList = require('3000-words-list');
wordsList.getAll();
```
## License
MIT © [Tam Pham](capheshift.tumblr.com)
[npm-image]: https://badge.fury.io/js/3000-words-list.svg
[npm-url]: https://npmjs.org/package/3000-words-list
[travis-image]: https://travis-ci.org/capheshift/3000-words-list.svg?branch=master
[travis-url]: https://travis-ci.org/capheshift/3000-words-list
[daviddm-image]: https://david-dm.org/capheshift/3000-words-list.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/capheshift/3000-words-list
[coveralls-image]: https://coveralls.io/repos/capheshift/3000-words-list/badge.svg
[coveralls-url]: https://coveralls.io/r/capheshift/3000-words-list