https://github.com/pgilad/ship-tracking
Demonstration of ship tracking
https://github.com/pgilad/ship-tracking
Last synced: about 1 year ago
JSON representation
Demonstration of ship tracking
- Host: GitHub
- URL: https://github.com/pgilad/ship-tracking
- Owner: pgilad
- Created: 2016-01-27T20:16:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T11:56:10.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T16:15:35.513Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 638 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windward-like Ship Tracking
> Waze + Trusteer for the sea
## Install
```bash
# install dependencies
$ npm install
# run server
$ npm start
```
## Build
```bash
# Build with dev server
$ npm run dev
# Build a "prod" build
$ npm run build
```
## License
MIT @Gilad Peleg