Skip to content

scott-vs/sfdc-litter-check

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Installation Instructions

sudo raspi-config
sudo apt-get update
sudo apt-get dist-upgrade
# dependancy on libpcap for reading packets
$ sudo apt-get install libpcap-dev
sudo wget http://node-arm.herokuapp.com/node_latest_armhf.deb 
sudo dpkg -i node_latest_armhf.deb
sudo apt-get install npm
sudo reboot
git clone https://github.com/scott-vs/sfdc-litter-check.git
cd sfdc-litter-check/
# set up sfdc-config.json with username and password
npm install

There is a dependency on libpcap being installed on your Raspberry Pi.

# dependancy on libpcap for reading packets
$ sudo apt-get install libpcap-dev

About

A tool for keeping track of Scott's need to clean the litter box.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published