From f6087938dd14bf7316dd637f417edf2669d0cce5 Mon Sep 17 00:00:00 2001 From: TJ Horner Date: Mon, 21 Aug 2017 20:53:39 -0700 Subject: [PATCH] lole --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 722f603..71db02e 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,23 @@ An AngularJS app to search and view the Telegram API TL-schema in a beautiful way. -![](https://i.imgur.com/rRrFA6R.png) \ No newline at end of file +![](https://i.imgur.com/akrelfR.png) + +## Features + +- Search and view TL-schema constructors, types, and methods +- Easy testing of constructors and methods with the playground +- Easy access to `schema.json` and `schema.tl` +- Always up-to-date + +### Search + +Search is blazing fast since everything is local. + +![](https://i.imgur.com/lfAs0XQ.png) + +### Playground + +You can use the playground on constructor and method pages to easily test the API with [Telegram for Devs](https://tjhorner.com/webogram). + +![](https://i.imgur.com/vEBEWqq.png) \ No newline at end of file