data-mining-tools

Data mining helpers and utilities for Node JS.

Usage no npm install needed!

<script type="module">
  import dataMiningTools from 'https://cdn.skypack.dev/data-mining-tools';
</script>

README

data-mining-tools

Data mining helpers and utilities for Node JS.

Getting Started

npm install --save data-mining-tools axios puppeteer

Puppeteer is a peer dependency, since we recommend you choose your own version.

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