0.1.6 • Published 3 years ago

midata v0.1.6

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

midata

A simple tool which takes a midata data set and returns the data in a useful format. Pull requests and contributions are welcome.

Getting started

If you'd like to use midata in your application, it's pretty easy to get started. In your project, run:

npm install midata

Example usage

const { readFile } = require("fs");
const midata = require("midata");

const data = readFile("/some/dir/midata.csv", "utf-8", (err, data) => {
  if (err) throw err;
  midata(data); // returns your data
});
0.1.6

3 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

6 years ago

0.1.2-0

6 years ago

0.1.1

6 years ago