/ttn-live-tracker

Minimal GPS live tracker example

Primary LanguageHTMLMIT LicenseMIT

The Things Network GPS Live Tracker

Minimal GPS live tracker example based on The Things Network tracker nodes.

Prerequisites

Getting Started

  • Clone this repository and open a terminal in that directory

  • Update your appID and accessKey in the index.js file

  • Install dependencies:

      $ npm install
    
  • Run it:

      $ npm start
    
  • Browse to localhost:8080

Deploying

If you want to release this onto the big wide interwebs, you can use any node.js hosting provider out there, but I particularly love now's insanely awesome service:

  • First make sure you have installed now globally:

      $ npm install -g now
    
  • Login to now:

      $ now --login
    
  • Deploy:

      $ now
    
  • Profit! 🚀

License

This content is licensed under the MIT License, see the LICENSE file for details.