Flask web app with random cats.
Python 3.6.x
flask 1.1.2
requests 2.24.0
Clone this repo.
git clone https://github.com/r1nko/RandomCat
Install the required libraries.
Run app.
python3 app.py
Profit ^.^
First: "Main" ('/') It's the main page, updating it, the application will show a new picture with a cat.
Second: Picture by id ('/id/') On this page you specify the id of the picture, the site returns this picture to you.
