Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goodmind/react-telegram
(WIP) A React custom renderer for the Telegram Bot API.
https://github.com/goodmind/react-telegram
react telegram telegram-bot telegram-bot-api
Last synced: 6 days ago
JSON representation
(WIP) A React custom renderer for the Telegram Bot API.
- Host: GitHub
- URL: https://github.com/goodmind/react-telegram
- Owner: goodmind
- License: mit
- Created: 2017-02-11T23:19:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T05:03:05.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T01:04:18.946Z (14 days ago)
- Topics: react, telegram, telegram-bot, telegram-bot-api
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-telegram
A [React](https://facebook.github.io/react/) custom renderer for the [Telegram Bot API](https://core.telegram.org/bots/api).
This renderer should currently be considered as experimental, is subject to change and will only work with the React's latest version (`15.0.x`).
## Summary
* [Installation](#installation)
* [Demo](#demo)
* [Usage](#usage)
* [Rendering a basic application](#rendering-a-basic-application)
* [Contribution](#contribution)
* [License](#license)## Installation
You can install `react-telegram` through npm:
```bash
# Be sure to install react>=15.0.0 before
npm install react@latest
npm install react-telegram
```## Usage
See [examples](examples/test.jsx)
## Contribution
Contributions are obviously welcome.
Be sure to add unit tests if relevant and pass them all before submitting your pull request.
```bash
# Installing the dev environment
git clone [email protected]:goodmind/react-telegram.git
cd react-telegram
npm install# Running the tests
npm test
```## License
[MIT](LICENSE) (c) goodmind