https://github.com/mrsunshyne/mauritius-sea-cable
A GUI to show the health of various submarine cables that are connected to Mauritius.
https://github.com/mrsunshyne/mauritius-sea-cable
Last synced: 2 months ago
JSON representation
A GUI to show the health of various submarine cables that are connected to Mauritius.
- Host: GitHub
- URL: https://github.com/mrsunshyne/mauritius-sea-cable
- Owner: MrSunshyne
- License: mit
- Created: 2020-01-10T10:18:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T08:10:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T02:52:04.324Z (4 months ago)
- Language: Vue
- Homepage: https://mrsunshyne.github.io/mauritius-sea-cable/
- Size: 2.68 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mauritius Sea Cable
The aim of this project is to provide a simple graphical user interface to show the Health Status of submarine cables connected to Mauritius.

**[View the Live Website](https://mrsunshyne.github.io/mauritius-sea-cable/)**
> This project is inspired by the beautiful website [baliseacable.com](baliseacable.com)
## Data Source
The data source is yet to be made available.
It is expected to be in the following format :```js
// file: all-servers.json
{
LION : ,
MARS: ,
SAFE1:,
SAFE2:,
SAFE3:
}
// Where Speedtest result has the following signature
Interface SpeedtestResult {
timestamp: '',
upload: '',
download: '',
ping: ''
}
```## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```