mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 07:21:24 +00:00

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>
10 lines
186 B
Markdown
10 lines
186 B
Markdown
# 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
|
|
```
|