README
geOps Routing Demo
Sample component that uses geOps Routing API.
Demo
CheckInstallation
npm i geops-routing-demo
Sample Usage
Import
import GeopsRoutingDemo from 'geops-routing-demo';
Render
<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
Development
Quick start
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
Branching model
- 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.
Depenedencies
- ol (openlayers)
- redux
- axios
- material UI Core
- material UI Icons