Simple server to search piratebay and click magnet link directly, without having to access TPB.
Since the pirate bay is facing a lot of blocking from Google and DNS providers, I created a frontend for searching piratebay API directly
npm install
# Configure .env
cp .env.example .env
# Build and run the server
npm run build && npm run serve