Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 1.1 KB

README.md

File metadata and controls

72 lines (45 loc) · 1.1 KB

SharedStreets (Node.js & JavaScript)

npm version CircleCI

Node.js & JavaScript implementation of SharedStreets Reference System.

Install

In Node.js

npm

npm install sharedstreets

yarn

yarn add sharedstreets

Usage

CommonJS

const sharedstreets = require('sharedstreets');

Typescript

import * as sharedstreets from 'sharedstreets';

In Browser

For a full list of web examples, check out SharedStreets examples.

Development

Install

yarn install

Test

yarn test

Build docs

yarn run docs

Benchmark

yarn run bench

API

Table of Contents