1.0.1 β€’ Published 7 years ago

offline-torrent-browser v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

Offline torrent browser πŸ”ŽπŸ’ΎπŸŒ

Search πŸ”Ž and download πŸ’Ύ torrents with a local copy of a database 🌍.

Given the database this will start a local server that you can browse using your favorite browser.

Main features:

  • Search by name
  • Realtime DHT peer display
  • Magnet links
  • No external daemons to install
  • SQL oriented with SQLite
  • Pure nodejs implementation

Running

$ offline-torrent-browser example_db/example.sqlite

SQLite

SQLite database doesn't require a running daemon. You can query and modify the database using the SQLite command line tool.

Create the database

Data model and creation of an example DB with sqlite.

For demo purpose you can use example_db/example.sqlite database.