Appearance
Install
Please install via npm.
bash
$ npm install @line/bot-sdkYou can build from source. Please clone the repository and run the following scripts to build.
bash
$ git clone https://github.com/line/line-bot-sdk-nodejs
$ cd line-bot-sdk-nodejs
$ npm install
$ npm run buildThe built result will be placed in dist/.
For the details of development, please refer to Contributing.