# English3000Data
> This is a list of the 3000 most commonly used words in American newspapers and popular magazines.
> Data of this package is power by [Oxford3000Crawler](https://github.com/capheshift/Oxford3000Crawler)


## Install

```sh
$ npm install --save english3kdata
```


## Usage

```js
var wordsList = require('english3kdata');
wordsList.getAll();
```

## License

MIT © [Tam Pham](capheshift.tumblr.com)

[npm-image]: https://badge.fury.io/js/sudo-db.svg
[npm-url]: https://npmjs.org/package/sudo-db
[travis-image]: https://travis-ci.org/capheshift/sudo-db.svg?branch=master
[travis-url]: https://travis-ci.org/capheshift/sudo-db
[daviddm-image]: https://david-dm.org/capheshift/sudo-db.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/capheshift/sudo-db
[coveralls-image]: https://coveralls.io/repos/capheshift/sudo-db/badge.svg
[coveralls-url]: https://coveralls.io/r/capheshift/sudo-db
