ratp-dashboard v0.6
ratp-dashboard is a personal project. The only purpose of this application is to experiment React library, combined with RATP's API.
I have no affiliation with the RATP.
ratp-dashboard is a real-time functional dashboard for monitoring RATP's (public transport in Paris) network status.
The current version has the following functionalities:
- Monitoring RATP's global traffic status (homepage)
- For each line, a page displaying information about:
- Its status (traffic)
- Average wait time in stations on the line
- Schedule of next passages by station
This project was made using several technologies & APIs:
- React.js: a Javascript framework for making dynamic apps
- react-router: a module to make routes and redirections in React apps
- Semantic UI React: a Javascript/CSS framework based around useful principles from natural language.
- ratp-api-rest: a REST API made by Pierre Grimaud to retreive data about the RATP network.
The website is hosted on Netlify.
- Handle Bus & Noctilien networks.
- Retreiving schedules for RERs, which currently doesn't work.
- Statistics through time.
Beside the website https://ratp.gallifray.fr/, I developped desktop versions of ratp-dashboard. There are currently builds for Linux & macOS, Windows version will be released soon... See: ratp-dashboard-electron
Keep in mind that these apps are on an experimental phase and may not be stable.