Skip to content

A GUI to show the health of various submarine cables that are connected to Mauritius inspired by baliseacable.com

License

Notifications You must be signed in to change notification settings

reallyaditya/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.

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: status.json
{
    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 inspired by baliseacable.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 54.9%
  • Python 37.3%
  • JavaScript 7.1%
  • Other 0.7%