chore(examples): move async example to apps (#1503)

Move async example to examples/apps/async as full project.
Simplify a little by removing the need for the github api token.

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
This commit is contained in:
Josh McKinney
2024-12-09 07:30:37 -08:00
committed by GitHub
parent fab532171d
commit b5f7e44183
7 changed files with 78 additions and 29 deletions

View File

@@ -0,0 +1,9 @@
# Async GitHub demo
This example demonstrates how to use Ratatui with widgets that fetch data from GitHub API asynchronously.
To run this demo:
```shell
cargo run -p async-github
```