Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.69 KB

README.md

File metadata and controls

66 lines (44 loc) · 1.69 KB

logo
Build Status JavaScript Style Guide Known Vulnerabilities Greenkeeper badge David-DM badge

kafa.io

for the 21st Century...Centuries-awaited project...

kafa.io is new generation torrent site.

  • allows you to find torrent files
  • no ads, no pop-ups, no new tabs
  • modern web design and api

you don't need any program

kafa.io is also a bittorrent client. you can download files via this site. p.s. kafa.io is not keep the files on their own servers. it only allows you to find.

useful app integrations

kafa.io will integrated p2p services.(put.io, bitport.io) [coming soon]

kafa-node tech

install

before start, install node, mongodb, yarn package manager and clone the repo.

$ cd kafa-node
$ yarn install

environment

create .env file.

PORT=<YOUR_PORT>
DATABASE_URL=<MONGO_URL>
SECRET_KEY=<RANDOM_TEXT>
MAILGUN_API_KEY=<YOUR_API_KEY>
MAILGUN_SANDBOX=<YOUR_SANDBOX>

run the project

open terminal:

$ yarn start

documentation

[coming soon]

development

want to contribute? fork it and start.