UNPKG

route4me-nodejs-sdk

Version:

Access Route4Me's logistics-as-a-service API using our Node.js SDK

24 lines (20 loc) 379 B
version: 2.1 workflows: test: jobs: - test jobs: test: docker: - image: cimg/node:14.18 steps: - checkout - run: name: Install dependencies command: npm install - run: name: Build Project command: npm run build - run: name: Run Tests command: npm run test