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

https://github.com/lazorfuzz/ey_rest


https://github.com/lazorfuzz/ey_rest

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# ey_rest

## Getting Started
```
pip3 install -r requirements.txt
python3 api.py
```

Once the server is running on port 5000, make a GET request to http://127.0.0.1:5000/orgs to see a list of organizations.

## Docs
Available [here](docs.md)

To generate new docs, run `./updatedocs`