An open API service indexing awesome lists of open source software.

https://github.com/levld/aistracker

AIS tracker is a static site to show the AIS track for a vessel.
https://github.com/levld/aistracker

ais mmsi static-site webpack

Last synced: 6 months ago
JSON representation

AIS tracker is a static site to show the AIS track for a vessel.

Awesome Lists containing this project

README

          

# AIS tracker

AIS tracker is a static site to show the AIS track for a vessel.

The vessel MMSI is stored in the environment settings and should be configured before building the site.

## Installation

The static site is build using Webpack. First the required packages must be installed. Afterwards the static site can be generated. The site is published to the _dist_ folder.

```
npm install
npm run build
```