Skip to content

Commit e66243a

Browse files
[Docs] Update documentation (#753)
* doc: update readme.md
1 parent 1f1e46e commit e66243a

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
# Node.js Telegram Bot API
1+
<h1 align="center">Node.js Telegram Bot API</h1>
22

3-
[![Bot API](https://img.shields.io/badge/Bot%20API-v.4.0.0-00aced.svg)](https://core.telegram.org/bots/api)
4-
[![Build Status](https://travis-ci.org/yagop/node-telegram-bot-api.svg?branch=master)](https://travis-ci.org/yagop/node-telegram-bot-api)
5-
[![Build status](https://ci.appveyor.com/api/projects/status/4bgsms61ndojs1em/branch/master?svg=true)](https://ci.appveyor.com/project/yagop/node-telegram-bot-api/branch/master)
6-
[![Coverage Status](https://codecov.io/gh/yagop/node-telegram-bot-api/branch/master/graph/badge.svg)](https://codecov.io/gh/yagop/node-telegram-bot-api)
7-
[![https://telegram.me/node_telegram_bot_api](https://img.shields.io/badge/💬%20Telegram-node__telegram__bot__api-blue.svg)](https://telegram.me/node_telegram_bot_api)
8-
[![https://telegram.me/Yago_Perez](https://img.shields.io/badge/💬%20Telegram-Yago__Perez-blue.svg)](https://telegram.me/Yago_Perez)
3+
<div align="center">
94

10-
Node.js module to interact with official [Telegram Bot API](https://core.telegram.org/bots/api). A bot token is **required** and can be obtained by talking to [@botfather](https://telegram.me/BotFather).
5+
Node.js module to interact with the official [Telegram Bot API](https://core.telegram.org/bots/api).
6+
7+
[![Bot API](https://img.shields.io/badge/Bot%20API-v.4.4.0-00aced.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api)
8+
[![Build Status](https://img.shields.io/travis/yagop/node-telegram-bot-api/master?style=flat-square&logo=travis)](https://travis-ci.org/yagop/node-telegram-bot-api)
9+
[![Build status](https://img.shields.io/appveyor/ci/yagop/node-telegram-bot-api/master?logo=appveyor&style=flat-square)](https://ci.appveyor.com/project/yagop/node-telegram-bot-api/branch/master)
10+
[![Coverage Status](https://img.shields.io/codecov/c/github/yagop/node-telegram-bot-api?style=flat-square&logo=codecov)](https://codecov.io/gh/yagop/node-telegram-bot-api)
11+
12+
[![https://telegram.me/node_telegram_bot_api](https://img.shields.io/badge/💬%20Telegram-Channel-blue.svg?style=flat-square)](https://telegram.me/node_telegram_bot_api)
13+
[![https://telegram.me/ntbasupport](https://img.shields.io/badge/💬%20Telegram-Group-blue.svg?style=flat-square)](https://telegram.me/ntbasupport)
14+
[![https://telegram.me/Yago_Perez](https://img.shields.io/badge/💬%20Telegram-Yago_Perez-blue.svg?style=flat-square)](https://telegram.me/Yago_Perez)
15+
16+
</div>
1117

1218
## Install
1319

@@ -55,7 +61,7 @@ bot.on('message', (msg) => {
5561
* [Examples][examples]
5662
* [Tutorials][tutorials]
5763
* [Help Information][help]
58-
* API Reference ([release][api-release] / [development][api-dev] / [experimental][api-experimental])
64+
* API Reference [api-release] / [development][api-dev] / [experimental][api-experimental])
5965
* [Contributing to the Project][contributing]
6066
* [Experimental Features][experimental]
6167

@@ -73,6 +79,8 @@ See our [list of contributors][contributors].
7379
We have a [Telegram channel][tg-channel] where we post updates on
7480
the Project. Head over and subscribe!
7581

82+
We also have a [Telegram group][tg-group] to discuss issues related to this library.
83+
7684
Some things built using this library that might interest you:
7785

7886
* [tgfancy](https://github.com/GochoMugo/tgfancy): A fancy, higher-level wrapper for Telegram Bot API
@@ -100,3 +108,4 @@ Copyright © 2019 Yago
100108
[contributors]:https://github.com/yagop/node-telegram-bot-api/graphs/contributors
101109
[experimental]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/experimental.md
102110
[tg-channel]:https://telegram.me/node_telegram_bot_api
111+
[tg-group]:https://telegram.me/ntbasupport

0 commit comments

Comments
 (0)