YukiFujisawa / docbase-pdf-sample

docbase-pdfのサンプル

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docbase-pdf-sample

This project is a sample project for docbase-pdf-sample.

このプロジェクトは、docbase-pdf-sampleのサンプルプロジェクトです。

https://www.npmjs.com/package/docbase-pdf

Getting Started

nvm install

$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash

Node.js install

$ nvm install stable
$ nvm alias default stable

Library install

$ npm install 

Get DocBase API token and setting

  1. Get DocBase API token / アクセストークンを取得する
  2. Setting token to package.json -> DOC_BASE_API_TOKEN=*** node . / トークンを設定する
  3. Setting Your Team src/index.ts -> const TEAM_NAME = 'TEAM_NAME' / 所属チームを設定する

Compile

$ npm run compile

Run

$ npm run start

About

docbase-pdfのサンプル

License:MIT License


Languages

Language:TypeScript 100.0%