3.0.1 • Published 1 year ago

data-mining-tools v3.0.1

Weekly downloads
6
License
MIT
Repository
-
Last release
1 year 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

1 year ago

3.0.0

2 years ago

2.0.0

2 years ago

1.3.1

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.10.0

3 years ago

0.10.1

3 years ago

0.10.2

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago