0.0.14 • Published 4 years ago
mapbox-service v0.0.14
MapboxService
simple mapbox service api
Getting Started
npm i -d @dedong/mapbox-serviceimport MapboxService from "@dedong/mapbox-service";
const mapboxService = new MapboxService({
accessToken: "...token"
});Test
# install dependencies
npm install
npm run bootstrap
# run test
npm run testBuild
# if you need
npm install
npm run bootstrap
# build
npm run build