telepathy/README.md

20 lines
368 B
Markdown
Raw Normal View History

2018-01-12 15:19:20 -08:00
# telepathy
2018-01-12 18:15:03 -08:00
A fairly thin wrapper around the Telegram API, written for Crystal.
2018-01-12 15:19:20 -08:00
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
telepathy:
github: [your-github-name]/telepathy
```
## Usage
```crystal
require "telepathy"
```
## Contributors
2018-01-12 18:15:03 -08:00
- [DanilaFe](http://dev.danilafe.com/DanilaFe) Danila Fedorin - creator, maintainer