Pointscene NodeJS Client
Command line tool for uploading data to Pointscene.com
Installation
Clone this repo, run npm install, and start uploading!
git clone https://github.com/pointscene/nodejs-client pointscene-nodejs-cli
cd pointscene-nodejs-cli
npm install
Usage
node pointscene --help
Example
node pointscene upload --title="Test upload" --username="jonne" --password="mysecretpassword" --folder="/My/test/data/"