Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 602 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 602 Bytes

TPBCatalogServer

DeepSource

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

Installation

npm install

Running

# Configure .env
cp .env.example .env

# Build and run the server
npm run build && npm run serve