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

https://github.com/5aaee9/cowdirlist

CowTransfer dir listing
https://github.com/5aaee9/cowdirlist

Last synced: 5 months ago
JSON representation

CowTransfer dir listing

Awesome Lists containing this project

README

          

# CowDirList
CowTransfer dir listing

## Quick start
First edit your config in `api/config.py`

Make sure python >= 3.8 installed

```bash
pip install pipenv

pipenv install
pipenv shell uvicorn api.main:app
```