Skip to content

code4fukui/aisstream

Repository files navigation

AIS Stream API

Demo

Sample JSON Data

To Receive Data

  1. Get your API_KEY from aisstream.io and write as the ".env" file.
AISSTREAM_API_KEY=xxxxxxxxx
  1. Receive Data from aistream via Deno.
deno run -A receiveData.js
  1. Make latest CSV data files.
deno run -A make_latestPosition.js
deno run -A make_latestShipStatic.js
  1. Check the map on your browser.
deno run -A https://taisukef.github.io/liveserver/liveserver.js 7777

open http://[::]:7777/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published