0.3.1 • Published 4 months ago

node-red-contrib-flightradar24 v0.3.1

Weekly downloads
18
License
Apache-2.0
Repository
github
Last release
4 months ago

node-red-contrib-flightradar24

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

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":[]}]
0.3.0

4 months ago

0.3.1

4 months ago

0.2.0

4 months ago

0.1.0

3 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago