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

https://github.com/ventralnet/random-quote

Small project I made for a friend to present at his friends birthday party
https://github.com/ventralnet/random-quote

Last synced: 3 months ago
JSON representation

Small project I made for a friend to present at his friends birthday party

Awesome Lists containing this project

README

        

```
docker build -t html-server-image:v1 .
```
```
docker run -d -p 80:80 html-server-image:v1
```