Skip to content

line/line-bot-sdk-nodejs

Folders and files

NameName
Last commit message
Last commit date
Apr 7, 2025
Dec 3, 2024
Apr 3, 2025
Apr 7, 2025
Apr 7, 2025
Apr 7, 2025
Nov 28, 2024
Apr 7, 2025
Sep 25, 2023
Sep 21, 2023
Sep 21, 2023
May 28, 2023
Jan 23, 2018
Dec 20, 2024
Feb 27, 2018
Mar 26, 2024
Apr 2, 2024
Apr 7, 2025
Mar 31, 2025
Mar 27, 2025
Apr 2, 2024
Apr 5, 2024
Apr 2, 2024

Repository files navigation

LINE Messaging API SDK for nodejs

Github Action npmjs

Introduction

The LINE Messaging API SDK for nodejs makes it easy to develop bots using LINE Messaging API, and you can create a sample bot within minutes.

Documentation

See the official API documentation for more information

line-bot-sdk-nodejs documentation: https://line.github.io/line-bot-sdk-nodejs/#getting-started

Requirements

  • Node.js 18 or higher

Installation

Using npm:

$ npm install @line/bot-sdk --save

Help and media

FAQ: https://developers.line.biz/en/faq/

News: https://developers.line.biz/en/news/

Versioning

This project respects semantic versioning

See http://semver.org/

Contributing

Please check CONTRIBUTING before making a contribution.

License

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.