Skip to content

geops/mobility-toolbox-js

Repository files navigation

mobility-toolbox-js

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.

npm Build Lint / Unit tests Vercel

Documentation and examples

Visit https://mobility-toolbox-js.vercel.app/

Demos

Install

Install the library and the peer dependencies:

yarn add mobility-toolbox-js ol maplibre-gl

Development

yarn install
yarn dev

Deploy

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.