Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-flightradar24

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-flightradar24

Node-RED node to fetch aircraft data from Flightradar24

  • 0.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 13 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc