view example_crates/youtube_example/README.md @ 174:30fd609ed177

agac: Release v0.2.0
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 13 Jan 2021 12:16:33 +0100
parents 139c5e1dc358
children
line wrap: on
line source

# `youtube_example`

List top 5 youtube videos.

```shell
$ cargo run
# Lists the videos.
```

Please note that you need a client secret to run this binary. Download it from
[Developer Console](https://console.developers.google.com) and place it into the
file `client_secret.json` in your working directory so that `youtube_example` can
find it.

Run with `RUST_LOG=debug` in order to see an accurate record of HTTP requests
being sent and received.