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

https://github.com/jeremy-code/cogs118b


https://github.com/jeremy-code/cogs118b

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# COGS 118B

## Installation

```sh
git clone https://github.com/jeremy-code/cogs118b.git
cd cogs118b
python -m venv .venv
source .venv/bin/activate

pip install -r requirements.txt

pip freeze > requirements.txt
```

## License

This project is licensed under the [MIT license](LICENSE).