Skip to main content
Deno 2 is finally here 🎉️
Learn more

logisticsos-js

Javascript client wrapper for LogisticsOS API, currently available just for deno runtime.

Install

deno url: https://deno.land/x/logisticsos_js

How to use

Helpers

generate types from swagger docs - npx openapi-typescript https://los-ops-pub.s3.us-west-2.amazonaws.com/api_reference/swagger-v3.json -o ./solver-types-v3.d.ts;

Tesing

Run test for particular file: deno task test:routing

Run all tests: deno test --allow-read --allow-env tests/vrp-test.ts

Development