Node.js SDK for LINE Messaging API
npm install @line/bot-sdk

See the official API documentation for more information
- English: https://developers.line.biz/en/docs/messaging-api/overview/
- Japanese: https://developers.line.biz/ja/docs/messaging-api/overview/
line-bot-sdk-nodejs documentation
- https://line.github.io/line-bot-sdk-nodejs/#getting-started
* Node.js 20 or higher
Using npm:
`` bash
$ npm install @line/bot-sdk
$ yarn add @line/bot-sdk
$ pnpm add @line/bot-sdk
`
News: https://developers.line.biz/en/news/
This project respects semantic versioning.
- See https://semver.org/
However, if a feature that was publicly released is discontinued for business reasons and becomes completely unusable, we will release changes as a patch release.
Please check CONTRIBUTING before making a contribution.
Copyright (C) 2016 LINE Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
``