@chevre/domain

Chevre Domain Library for Node.js

Usage no npm install needed!

<script type="module">
  import chevreDomain from 'https://cdn.skypack.dev/@chevre/domain';
</script>

README

Chevre Domain Library for Node.js

npm (scoped) CircleCI Coverage Status Dependency Status Known Vulnerabilities npm

在庫管理サービスドメイン

Table of contents

Usage

npm install --save @chevre/domain
const chevre = require("@chevre/domain");

Environment variables

Name Required Value Purpose
ABORTED_TASKS_WITHOUT_REPORT false Aborted task names without report
DEBUG false chevre-domain:* Debug
COA_ENDPOINT false COA API Settings
COA_REFRESH_TOKEN false COA API Settings
INFORM_PAYMENT_URL false Inform payment URL
INFORM_RESERVATION_URL false Inform reservation URL
INFORM_USE_RESERVATION_URL false Inform use reservation action URL
LINE_NOTIFY_URL false LINE Notify Settings
LINE_NOTIFY_ACCESS_TOKEN false LINE Notify Settings

Code Samples

Code sample are here.

License

ISC