https://github.com/janstuemmel/igloo
a tiny torrent tracker
https://github.com/janstuemmel/igloo
koa svelte torrent torrent-tracker
Last synced: 2 months ago
JSON representation
a tiny torrent tracker
- Host: GitHub
- URL: https://github.com/janstuemmel/igloo
- Owner: janstuemmel
- Created: 2020-04-22T11:28:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T22:06:48.000Z (almost 6 years ago)
- Last Synced: 2025-02-17T22:32:49.774Z (over 1 year ago)
- Topics: koa, svelte, torrent, torrent-tracker
- Language: JavaScript
- Size: 366 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# igloo
A tiny torrent tracker
## Usage
For development, make sure you have `sqlite3` installed.
```sh
# install dependencies
npm i
# start development server
# open http://localhost:8080
npm start
# start tests
npm test
# drop database
npm run dropdb
```