Setting up
npm install -g truffle ethereumjs-testrpc
npm install
ganache-cli &
truffle compile && truffle migrate
Running your Oracle
node oracle.js
Running your client
node client.js
Credits
Thanks to Kendrick for base code https://github.com/kendricktan/ethoracle-barebones