Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nonsignificantp/lemmanizer
https://github.com/nonsignificantp/lemmanizer
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/nonsignificantp/lemmanizer
- Owner: nonsignificantp
- Created: 2021-01-19T02:28:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T02:31:25.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T09:44:11.503Z (about 2 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Lemmanizer... Lemmanizer... Lemmanizer](https://youtu.be/rMqayQ-U74s)
## Instalacion y uso
Parados en el directorio del proyecto construimos la imagen
```
sudo docker build -t lemmanizer .
```Una vez terminado iniciamos en container, el parametro `--rm` indica que se borrara el container una vez que se termine su ejecucion.
```
sudo docker run -it --rm -p 80:80 lemmanizer:latest
```Una vez iniciado el container vamos al navegador e ingresamos la siguiente direccion:
```
http://localhost/lemmanizer?oracion=monitos en la cama saltan sin parar
```La respuesta sera un json con la siguiente informacion:
```
{
"response":"monito en el cama saltar sin parar"
}
```