An open API service indexing awesome lists of open source software.

https://github.com/bh2smith/test-area

Test Grounds
https://github.com/bh2smith/test-area

Last synced: 12 months ago
JSON representation

Test Grounds

Awesome Lists containing this project

README

          

On macOS:

```sh
cargo run
```
results in Reqwest::Error ("bad protocol version").

However, in Docker:

```sh
docker build -t test-area .
docker run -rm test-area
```
Fetches the content at: https://metroverse.com/blocks/14623

What does it take to make this run outside of a docker image?