Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/line/line-bot-sdk-nodejs
LINE Messaging API SDK for Node.js
https://github.com/line/line-bot-sdk-nodejs
bot javascript line nodejs sdk typescript
Last synced: 14 days ago
JSON representation
LINE Messaging API SDK for Node.js
- Host: GitHub
- URL: https://github.com/line/line-bot-sdk-nodejs
- Owner: line
- License: apache-2.0
- Created: 2017-05-10T07:00:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:43:28.000Z (15 days ago)
- Last Synced: 2024-10-29T15:12:39.839Z (15 days ago)
- Topics: bot, javascript, line, nodejs, sdk, typescript
- Language: TypeScript
- Homepage: https://developers.line.biz/en/docs/messaging-api/overview/
- Size: 30.6 MB
- Stars: 960
- Watchers: 60
- Forks: 406
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-sdks - LINE Messaging API - The LINE Messaging API SDK for Node.js makes it easy to develop bots using LINE Messaging API, and you can create a sample bot within minutes. (Node JS)
README
# LINE Messaging API SDK for nodejs
[![Github Action](https://github.com/line/line-bot-sdk-nodejs/actions/workflows/test.yml/badge.svg)](https://github.com/line/line-bot-sdk-nodejs/actions/workflows/test.yml)
[![npmjs](https://badge.fury.io/js/%40line%2Fbot-sdk.svg)](https://www.npmjs.com/package/@line/bot-sdk)## 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
- 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
## Requirements
* **Node.js** 18 or higher
## Installation
Using [npm](https://www.npmjs.com/):
``` bash
$ 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 versioningSee http://semver.org/
## Contributing
Please check [CONTRIBUTING](CONTRIBUTING.md) 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.
```