Toolbox for JavaScript applications in the domains of mobility and logistics. The tools in this library have been inspired by many projects realized for public transport agencies, mobility providers and logistics companies.
Visit https://mobility-toolbox-js.vercel.app/
- Display real-time vehicle positions and prognosis data on a map.
- Search for stops and stations all over the world.
- Get precise geographic courses for all modes of transport.
- Generate beautiful schematic or topographic maps for public transport, mobility and logistics.
Install the library and the peer dependencies:
yarn add mobility-toolbox-js ol maplibre-gl
yarn install
yarn dev
This library website is deployed automatically using Vercel. For Vercel we have to add the nextjs and raw-loader modules in the dev dependencies of the main package.json. But those 2 librairies are not needed to build the library.