GitXplorerGitXplorer
g

react-telegram

public
14 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
23eff679a37a80afe46fe6758e433a7e06b80f2b

refactor(api): create dict of msgs

ggoodmind committed 8 years ago
Unverified
2bbf03519004cebcd2d5f3fd0857d08c44cd6606

refactor(index): decentralized history

ggoodmind committed 8 years ago
Unverified
814273ef8786a6174d78059ceda13645b88b3431

refactor(historyEnhance): wrap in function

ggoodmind committed 8 years ago
Unverified
e1d1c77293e9f3cbfb2ccd92f7dac20619c58499

refactor(examples): fix user session

ggoodmind committed 8 years ago
Unverified
c4488c00417eaae585183cd1b6c87255230160a3

build(package): add devtools

ggoodmind committed 8 years ago
Unverified
97a3cfec73e15abd1b35fa6d1f673c69ccf33847

refactor(api): check for edit prop

ggoodmind committed 8 years ago

README

The README file for this repository.

react-telegram

A React custom renderer for the Telegram Bot 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

You can install react-telegram through npm:

# Be sure to install react>=15.0.0 before
npm install react@latest
npm install react-telegram

Usage

See examples

Contribution

Contributions are obviously welcome.

Be sure to add unit tests if relevant and pass them all before submitting your pull request.

# Installing the dev environment
git clone git@github.com:goodmind/react-telegram.git
cd react-telegram
npm install

# Running the tests
npm test

License

MIT (c) goodmind