An open API service indexing awesome lists of open source software.

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

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
```