RoboticBase / zaico-extensions

A web application to bridge cloud inventory control service and RoboticBase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A web application to bridge cloud inventory control service and RoboticBase

License:Apache License 2.0


Languages

Language:JavaScript 44.8%Language:Python 43.4%Language:Vue 10.1%Language:Dockerfile 1.0%Language:HTML 0.4%Language:Makefile 0.2%Language:Shell 0.1%