Skip to content

Latest commit

 

History

History

service

MapboxService

simple mapbox service api

Getting Started

npm i -d @dedong/mapbox-service
import MapboxService from "@dedong/mapbox-service";

const mapboxService = new MapboxService({
  accessToken: "...token"
});

Test

# install dependencies
npm install
npm run bootstrap
# run test
npm run test

Build

# if you need
npm install
npm run bootstrap
# build
npm run build