Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 606 Bytes

File metadata and controls

37 lines (25 loc) · 606 Bytes

AnimeAPIThingy

Introduction

A small API project I made to play around with the Jikan API.

You can search for anime/manga, search for characters, get the list of top anime/manga, and get recommendations.

Installation guide

  • Clone the Repository
  git clone https://github.com/LazyHusky26/AnimeAPIThingy.git
  • Go to the folder

  • Open the terminal and run

(WINDOWS)

  python main.py (or) python3 main.py

(MAC)

  python3 main.py

(LINUX)

  python main.py (or) python3 main.py

Acknowledgements