c3nav

c3nav npm version

A c3nav API client. For a documentation on the API see https://c3nav.de/api/.

Installation

Run yarn add c3nav or npm install c3nav.

Usage

A complete documentation is available at https://ffflorian.github.io/api-clients/packages/c3nav/.

Example

import {c3nav} from 'c3nav';

const c3navClient = new c3nav();

Build and test

yarn
yarn test

Generated using TypeDoc