[!WARNING]
Official CDN is not currently working, since my education azure credit expired, the images are not aviable anymore. Therefore I guess the API is useless.[!IMPORTANT]
Please if you are willing to use this project for literally anything, let me know and I will try to make it usable again, you can create an Issue on this repo or write to me Do it, for real. if you see this lmk.
Rest API of images of fumos (japanese plushies) using typescript and fastify.
Documentation available at fumo-api.nosesisaid.com/docs
if you would like something to be different or have any suggestion, please open an issue.
git clone https://github.com/nosesisaid/fumo-api.git
yarn
.env.example
to .env
.env
file with your config yarn build
yarn start
docker pull ghcr.io/nosesisaid/fumo-api:2.0.0
docker run -e MONGO_URL=<DatabaseUrl> -p <port>:3000 -d ghcr.io/nosesisaid/fumo-api:2.0.0