hirusha-adi / Dogs

a website with dog images

Home Page:https://hirusha-adi.github.io/Dogs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dogs

Click here to test a deployment

A website with dog images

What is this?

  • A website with dog images

Who is this for?

  • If you have some weird obsession with dogs for some weird reason, this website made for you

Do i like dogs?

  • Sort of... They bite and bark but i'm ok with dealing with a dog

Forked from my Cats Github Repo

How to deploy the services

  • Debian/Ubuntu

sudo apt update && sudo apt install git python3 python3-pip -y
git clone https://github.com/hirusha-adi/Dogs.git && cd ./Dogs
pip3 install -r requirements.txt
python3 app.py &
disown -h
  • Arch Linux

sudo pacman -Syy git python python-pip --noconfirm
git clone https://github.com/hirusha-adi/Dogs.git && cd ./Dogs
pip install -r requirements.txt
python app.py &
disown -h
  • Microsoft Windows

This is the most annoying and troublesome operating system to ever exist. If you want to get shit done, please stop using this useless operating system and switch to linux. If you are using a windows to deploy software instead of linux, get a new life

API's Used

  1. https://dog.ceo/dog-api/documentation/

Image Showcase

image2

image

About

a website with dog images

https://hirusha-adi.github.io/Dogs/

License:MIT License


Languages

Language:HTML 44.4%Language:CSS 41.6%Language:Python 11.3%Language:JavaScript 2.7%