@mooper/plant-parse

2.0.0 • Public • Published

plant-parse

npm (scoped) npm bundle size

A npm module to parse jsons produced by GroMet Sensor Pods

Install

$ npm install @mooper/plant-parse

Usage

startServer();
//=> server bound to port 5000, parsing and writing jsons to csv files

plantData = { ID: 1234, humidity: 100, light_exposure: 95};
writeToFile(plantData);
//=> csv file 1234.csv contains:
// humidity, light_exposure
// 100, 95

Readme

Keywords

Package Sidebar

Install

npm i @mooper/plant-parse

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

3.58 kB

Total Files

4

Last publish

Collaborators

  • mooper