Skip to content

MrSunshyne/mauritius-sea-cable

Repository files navigation

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.

ProjectImage

View the Live Website

This project is inspired by the beautiful website baliseacable.com

Data Source

The data source is yet to be made available. It is expected to be in the following format :

// file: all-servers.json
{
    LION : <SpeedtestResult>,
    MARS: <SpeedtestResult>,
    SAFE1:<SpeedtestResult>,
    SAFE2:<SpeedtestResult>,
    SAFE3:<SpeedtestResult>
}
// 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

About

A GUI to show the health of various submarine cables that are connected to Mauritius.

Resources

License

Stars

Watchers

Forks

Languages