Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

A web application to bridge cloud inventory control service and RoboticBase

License

Notifications You must be signed in to change notification settings

RoboticBase/zaico-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zaico-extensions

A web application to bridge cloud inventory control service and RoboticBase

TravisCI Status

Description

This application bridges a cloud warehouse service and RoboticBase.

This application was used in a PoC demonstrated by TIS and UoA in November 2019.

Requirements

  • python 3.7 or higher
  • node 10.16 or higher

Environment Variables

This application accepts some Environment Variables like below:

Environment Variable Summary Mandatory Default
LOG_LEVEL log level(DEBUG, INFO, WARNING, ERRRO, CRITICAL)
LISTEN_PORT listen port of this service YES 3000
ZAICO_TOKEN bearer token of cloud warehouse service YES
SHIPMENTAPI_ENDPOINT the endpoint of shipment rest api on RoboticBase YES
SHIPMENTAPI_TOKEn the bearer token of shipment rest api on RoboticBase
DESTINATIONS the list of destinations like below (JSON format string):
[{"id": 1, "name": "destination1"}, {"id": 2, "name": "destination2"}]
YES

License

Apache License 2.0

Copyright

Copyright (c) 2019 TIS Inc.