Data mining helpers and utilities for Node JS.
Data mining helpers and utilities for Node JS.
``Bash`
npm install --save data-mining-tools axios
All functions and classes are at the top level of the module (think Lodash or similar). So you could import everything with the following style of statement:
`JavaScript``
import { filesExist, cleanText, ArrayFileStore } from 'data-mining-tools';
It may make more sense to break it into separate modules in the future, but we like the simplicity of this approach. Here are the docs on the individual parts:
#### Functional
* file
* number
* properNoun
* text
* time
* url
#### Classes
* ArrayFileStore
* ObjectFileStore