initial upload
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# API
|
||||
A simple API built using FastAPI with some personal routes
|
||||
|
||||
## Running
|
||||
You can run the API by running:
|
||||
```
|
||||
uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
|
||||
```
|
||||
|
||||
## Routes
|
||||
### /ag-metadata
|
||||
Gets information from MyAnimeList
|
||||
|
||||
### /ag-search
|
||||
Performs a fuzzy search similar to animeguess.moe
|
||||
|
||||
# Tools
|
||||
Extra tools
|
Reference in New Issue
Block a user