YOINKER
Yoinker is a side project I started a couple of years ago to learn TypeScript. Yoinker automatically searches movies and shows on the internet and indexes them in a database. It will also download the appropriate poster and background images.
Yoinker also interfaces with public API's to gather which movies and shows are currently trending and lists them in a easy to view way.
I am currently rewriting (Yoinker MKII) this project in Go to learn more about Golang instead.
GIT Repo: Yoinker MK1 Repository
Yoinker is built using the following technologies:
- Web Platform (Angular)
- Web API Backend (Typescript / Express.JS)
- Database (MongoDB / PostgreSQL)