Skip to content

UnclePhil/node-red-contrib-flightradar24

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-flightradar24

Node-RED node to retrieve plane locations from flightradar24 service.

Ph Koenig addendum: set a square distance around lat/long to get a specific number of plane

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

    npm install node-red-contrib-flightradar24

Example

You can plot plane locations on map using node-red-contrib-web-worldmap.

tokyo.gif

Example flow

flow.png

[{"id":"76a1b73b.183d68","type":"inject","z":"ca1e6975.d266c8","name":"","topic":"","payload":"","payloadType":"date","repeat":"1","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":100,"wires":[["16c80c68.7ba644"]]},{"id":"16c80c68.7ba644","type":"flightradar24","z":"ca1e6975.d266c8","lat":"51","latType":"num","lon":"-1.45","lonType":"num","name":"","x":130,"y":180,"wires":[["65d40db8.a06334","47e16a92.ac3384"]]},{"id":"65d40db8.a06334","type":"debug","z":"ca1e6975.d266c8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":310,"y":140,"wires":[]},{"id":"47e16a92.ac3384","type":"worldmap","z":"ca1e6975.d266c8","name":"","lat":"","lon":"","zoom":"","layer":"","cluster":"","maxage":"","usermenu":"show","layers":"show","panit":"false","x":310,"y":220,"wires":[]}]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.7%
  • JavaScript 44.3%