@motionpicture/mvtk-reserve-service

MvtkReserve client library for Node.js

Usage no npm install needed!

<script type="module">
  import motionpictureMvtkReserveService from 'https://cdn.skypack.dev/@motionpicture/mvtk-reserve-service';
</script>

README

motionpicture

MvtkReserve client library for Node.js

CircleCI

node.jsでMvtkReserveサービスを使うためのライブラリです。

Table of contents

Usage

npm install @motionpicture/mvtk-reserve-service
const mvtkReserve = require('@motionpicture/mvtk-reserve-service');

以下環境変数の設定が必須です。

set MVTK_RESERVE_ENDPOINT=*****APIのエンドポイント*****

Code Samples

コードサンプルは example にあります。

Jsdoc

npm run docでjsdocを作成できます。./docに出力されます。

License

ISC