This is a simple skeleton node-red with TTN input enabled project that works on any of the resin.io supported devices.
This project simply runs node-red on port :80
of your resin.io device.
To get this project up and running, you will need to signup for a resin.io account here and set up a device, have a look at our Getting Started tutorial. Once you are set up with resin.io, you will need to clone this repo locally:
$ git clone [email protected]:thesolarnomad/resin-node-red-ttn.git
Then add your resin.io application's remote repository to your local repository:
$ git remote add resin [email protected]:username/myapp.git
and push the code to the newly added remote:
$ git push resin master