Dictionary API
⚈ About
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
⚈ Bugs and Features
Please report any type of bug. Remember that this is an open source project and will evolve with everyone's help. :)
Any report will be read and will get due attention
New features are being done and new ideas are being created always that possible...
new ideas will be accepted...