oracle service for getting weather data and relaying it to a smart contract
Use yarn
for that
$ yarn install
Get yourself a .env
file, and update it as you see fit. Make sure your account has ETH to pay gas fees.
$ cp .env.example .env
Start the weather oracle and the event lister with
$ yarn develop