Skip to content

OofAPI, a fun API created by OofChair.

License

Notifications You must be signed in to change notification settings

OofChair/OofAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OofAPI

This API was created as a fun side project by OofChair.

This is NOT FINISHED and may not be for a while.

This was created using FastAPI and uses the sr_api pip package.


Want to run this yourself?

Easy, make a new venv. (On Ubuntu)
If not already installed, install python3-venv.

sudo apt install python3-venv
python3 -m venv ~/venv
source ~/venv/bin/activate
git clone https://github.com/OofChair/OofAPI && cd OofAPI
pip install fastapi uvicorn[standard] sr_api
cd source
uvicorn main:api

To run it so your changes happen in real time, run uvicorn main:api --reload.

Some questions you might have:

Why did you make this?

Why not :^)

About

OofAPI, a fun API created by OofChair.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages