mobile friendly, self hosted status dashboard for T-Mobile ISP routers
The T-Mobile ISP Client is a web client built with SvelteKit that allows users to access their T-Mobile account information. The purpose of this client is to provide a better user experience compared to the official T-Mobile web client. It includes features such as an overview page with live updating, a list of device information, and more. The client is open for contributions from the community.
To run the T-Mobile ISP Client, follow these steps:
npm install.npm run dev.If you prefer to use Docker for installation, follow these additional steps:
docker build -t t-mobile-isp-client .PORT environment variable or modifying it in the .env file.docker-compose up.By default, the app will run on http://localhost:33201 with the port set to 33201. You can access the app from your browser and explore its features.
The T-Mobile ISP Client is a web client built with SvelteKit that offers an improved user experience compared to the official T-Mobile web client. It includes features such as live updating on the overview page and a list of device information. The client can be easily installed using Docker or run locally with the provided npm commands. Overall, this client provides a more seamless and efficient way for T-Mobile users to access their account information.