Sample component that uses geOps Routing API.
Check Demo
npm i geops-routing-demo
import GeopsRoutingDemo from 'geops-routing-demo';
<GeopsRoutingDemo
mots={['rail','bus','tram']}
routingUrl="https://api.geops.io/routing/v1/"
stationSearchUrl="https://api.geops.io/stops/v1/"
APIKey="SAMPLE_KEY"
/>
Check documentation in /docs
git clone https://github.com/ibrahimawadhamid/geops-routing-demo.git
cd geops-routing-demo
npm install
npm start
Development server should be started at localhost:3000
- master
Holds only the major/minor releases, that come
from merging development into master.
example: 0.1.5 - 0.2.0 - 0.3.0
- development
Holds the latest code, each commit maps to
a single/unit feature/change made to the code.
This branch is merged into master when there is a release.
- gh-pages
github pages branch, for demo purposes only.
- ol (openlayers)
- redux
- axios
- material UI Core
- material UI Icons