api-dictionary

A Flask API to access words' definitions.

language options: English, Portuguese and Spanish

⚈ Required

This application uses Docker and Docker Compose, to install access the links bellow.


⚈ How to use

[example@example]$ git clone https://github.com/PabloEmidio/api-dictionary
[example@example]$ cd api-dictionary
[example@example api-dictionary]$ docker-compose up -d
[example@example api-dictionary]$ URL="http://127.0.0.1:8088"; xdg-open $URL || sensible-browser $URL || x-www-browser $URL || gnome-open $URL

⚈ Documentation

Documentation Page


⚈ Tech Stack

The following tools were used in the construction of the project:


⚈ Tree Directory

.
├── api_dictionary
│   ├── app.py
│   ├── ext
│   │   ├── api.py
│   │   ├── __init__.py
│   │   ├── views.py
│   │   └── webscrapy
│   │       ├── dictionary.py
│   │       ├── __init__.py
│   │       └── translator.py
│   ├── __init__.py
│   ├── static
│   │   ├── css
│   │   │   └── style.css
│   │   └── js
│   │       └── scripts.js
│   └── templates
│       └── index.html
├── docker-compose.yml
├── Dockerfile
├── LICENSE
├── Procfile
├── README.md
└── requirements.txt

7 directories, 17 files

GitHub

https://github.com/PabloEmidio/api-dictionary