geops-routing-demo

0.6.5 • Public • Published

geOps Routing Demo

npm_version keywords

Sample component that uses geOps Routing API.

Check Demo

Installation

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

Package Sidebar

Install

npm i geops-routing-demo

Weekly Downloads

19

Version

0.6.5

License

MIT

Unpacked Size

687 kB

Total Files

27

Last publish

Collaborators

  • ibrahim.a.hamid