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

https://github.com/and3sil4/easy-api


https://github.com/and3sil4/easy-api

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Run and deploy using Heroku

![Estado del proyecto](https://img.shields.io/badge/status-activo-brightgreen)
![Última versión](https://img.shields.io/github/v/release/AND3SIL4/easy-api)
![Versión (tags)](https://img.shields.io/github/tag/AND3SIL4/easy-api)

```sh
heroku login
heroku container:login
heroku create # and get the name returned
heroku container:push web --app [name] # the process will execute it
heroku open --app [name]
```