simple mapbox service api
npm i -d @dedong/mapbox-service
import MapboxService from "@dedong/mapbox-service";
const mapboxService = new MapboxService({
accessToken: "...token"
});
# install dependencies
npm install
npm run bootstrap
# run test
npm run test
# if you need
npm install
npm run bootstrap
# build
npm run build