Skip to content

Instantly share code, notes, and snippets.

@yshlin
yshlin / Contribute to SensorWeb.md
Last active July 1, 2016 07:41
SensorWeb docs draft

Contribute to SensorWeb

SensorWeb is still an early project, but we are looking forward to work with you, whoever is passionate about our vision, together to make it better.

Setup Your Sensors

Our goals is to build a crowdsourcing sensor network. We will definitely need your help to expand our device support, polish our software/documentations, and collect more sensor data.

Tell Us Where

If you want to have clearer picture of the air quality in your living environment, we are working on plans to deploy sensors and collect data. Tell us where you want to setup your sensors and we will get back to you when we have something for your region.

@yshlin
yshlin / cwd.js
Last active October 18, 2021 05:48
Try getting original CWD when run this gist with npx run-url
console.log(process.cwd());
console.log(process.argv.slice(2));