Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 971 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 971 Bytes

VesselTracker

2023 Evergreen Cargo Tracker using GlobeGL, Node and React

Might need update driver to latest version -> chromedriver download

To view vessel.sqlite, you can download something like this.

Clone & Setup

The dev environment is on Windows
Prerequisit: should have npm, node and python installed

git clone https://github.com/patty111/VesselTracker  
cd VesselTracker

./init.ps1

Crawler.py

Crawls currently active vessels under EVERGREEN MARINE CORP. and store into vessels.json and vessel.sqlite, grouped by type (A, G, T, F, L, S, E, B, O, C)

NodeJS Server

Start Server

cd server
node index.js

API documentation please refer to /api-docs

simple demo video

Reference

CSS