mjhea0 / awesome-fastapi

A curated list of awesome things related to FastAPI
Creative Commons Zero v1.0 Universal
8.5k stars 651 forks source link

Add Markdown-Videos #154

Closed Snailedlt closed 1 year ago

Snailedlt commented 1 year ago

Markdown-Videos is an API that generates video thumbnails for youtube and vimeo videos based on their video ID's, which can be used anywhere, but is intended for markdown usage.

Check out the repo here: https://github.com/Snailedlt/Markdown-Videos

It's deployed with Vercel using serverless functions, so it could potentially replace the vercel example since it uses a more modern approach with a vercel.json file in the root of the project.

mjhea0 commented 1 year ago

Thanks for the PR.

Snailedlt commented 1 year ago

@mjhea0 Thanks for the quick review!

Updated now. Let me know if any more changes are needed/wanted :)