data-mining-tools
v3.0.1
Published
Data mining helpers and utilities for Node JS.
Downloads
1,362
Readme
data-mining-tools
Data mining helpers and utilities for Node JS.
Getting Started
npm install --save data-mining-tools axios
Library
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:
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: