UNPKG

1.83 kBMarkdownView Raw
1# LINE Messaging API SDK for nodejs
2
3[![Travis CI](https://travis-ci.org/line/line-bot-sdk-nodejs.svg?branch=master)](https://travis-ci.org/line/line-bot-sdk-nodejs)
4[![npmjs](https://badge.fury.io/js/%40line%2Fbot-sdk.svg)](https://www.npmjs.com/package/@line/bot-sdk)
5
6
7## Introduction
8The 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.
9
10## Documentation
11
12See the official API documentation for more information
13
14- English: https://developers.line.biz/en/docs/messaging-api/overview/
15- Japanese: https://developers.line.biz/ja/docs/messaging-api/overview/
16
17line-bot-sdk-nodejs documentation: https://line.github.io/line-bot-sdk-nodejs/#getting-started
18
19## Requirements
20
21* **Node.js** 10 or higher
22
23## Installation
24
25Using [npm](https://www.npmjs.com/):
26
27``` bash
28$ npm install @line/bot-sdk --save
29```
30
31## Help and media
32FAQ: https://developers.line.biz/en/faq/
33
34Community Q&A: https://www.line-community.me/questions
35
36News: https://developers.line.biz/en/news/
37
38Twitter: @LINE_DEV
39
40## Versioning
41This project respects semantic versioning
42
43See http://semver.org/
44
45## Contributing
46
47Please check [CONTRIBUTING](CONTRIBUTING.md) before making a contribution.
48
49## License
50```
51Copyright (C) 2016 LINE Corp.
52
53Licensed under the Apache License, Version 2.0 (the "License");
54you may not use this file except in compliance with the License.
55You may obtain a copy of the License at
56
57 http://www.apache.org/licenses/LICENSE-2.0
58
59Unless required by applicable law or agreed to in writing, software
60distributed under the License is distributed on an "AS IS" BASIS,
61WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
62See the License for the specific language governing permissions and
63limitations under the License.
64```