Shows how to get repo export and walk it in TypeScript
walktherepo.wisp.place
1# Walk The Repo
2
3demo: [https://walktherepo.wisp.place](https://walktherepo.wisp.place/)
4
5A demo showing how to use [@atcute](https://github.com/mary-ext/atcute) to download a user's repo and "walk" it to access all the records inside of it faster than you would via multiple api calls.
6If you're just wanting to see that code directly it's [here](https://tangled.org/baileytownsend.dev/repo-walk-example/blob/main/src/lib/RepoStats.svelte#L56).
7
8Comparisons using my repo as an example.
9
10Repo Export
11
12
13API Calls
14