Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

scrimbles/plant-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A npm module to parse jsons produced by GroMet Sensor Pods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published