Skip to content

gonzalocasas/ttn-live-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Minimal GPS live tracker example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published