Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 349 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 349 Bytes

About

Bash scripts to interact with Pebble Timeline API

Install

cp -d piny* ~/bin/

Dependencies

on Ubuntu 14.04LTS, you may have to do the following:

sudo apt-get install nodejs npm
sudo ln -s /usr/bin/nodejs /usr/local/bin/node
sudo npm install -g yaml-to-json
# NOTE: do not use "sudo npm install -g yaml2json"