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

https://github.com/patrick91/latest.cat


https://github.com/patrick91/latest.cat

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# [latest.cat](https://latest.cat)

## Shell usage examples

```bash
curl -Lfs latest.cat/php

# you can filter versions
curl -Lfs latest.cat/python@3.17

pyenv install $(curl -Lfs latest.cat/python@3.11)
```