3.0.1 • Published 2 years ago

data-mining-tools v3.0.1

Weekly downloads
6
License
MIT
Repository
-
Last release
2 years ago

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:

Functional

Classes

3.0.1

2 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.3.1

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.10.0

4 years ago

0.10.1

4 years ago

0.10.2

4 years ago

0.9.0

4 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago