The aim of this project is to provide a web interface capable of displaying waiting times and traffic information for selected transport stations and lines in the Paris region. It replicates and adapts the design of PANAM signs, which are the latest generation of information displays used in stations. The project relies on the Île-de-France Mobilités PRIM API to retrieve the required data in real time.
This project is currently under active development. Below is the roadmap outlining implemented and planned features:
- ✅ Select stations to monitor
- ✅ Display a dynamic view of waiting times for selected stations
- 👨💻 Select lines to monitor
- 👨💻 Display a dynamic view of traffic information for selected stations
- 🕓 Select areas to monitor
- 🕓 Display a dynamic view of traffic congestion in selected areas
- 🕓 Add manual temporary information to guide passengers
- 🕓 Select and customize the layout and displayed components
This project is licensed under the CC BY-NC-SA license. It allows any use of the work (to share, copy, reproduce, distribute, communicate, reuse, and adapt it) by any means and in any format. All uses of the work or of derivative works are permitted, except for commercial purposes.
The obligations associated with the license are to:
- credit the creators as the authors of the original works, indicate the sources, and specify whether modifications have been made (attribution requirement);
- not derive profit (direct gain or commercial added value) from the work or from derivative works;
- distribute new creations under identical terms (under the same license) as the original work, thereby allowing modifications and prohibiting commercial uses.
This license therefore prohibits any derivative works from being exploited for commercial purposes.
npm i
npm run devnpm run build