Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/liut/kedge-svelte

A Web UI of kedge, build on svelte.
https://github.com/liut/kedge-svelte

bittorrent kedge svelte ui web

Last synced: 2 days ago
JSON representation

A Web UI of kedge, build on svelte.

Awesome Lists containing this project

README

        

# kedge-svelte

A Web UI of [Kedge](https://github.com/liut/kedge), build on [Svelte](https://svelte.dev/).

### Main screen
![screen.png](static/screen-w40.png)

### Show Peers List
![screen-peers.png](static/screen-peers-w40.png)

## Features

* List all torrents
* Realtime sync stats of torrents
* Delelet a torrent (with data optional)
* Post a torrent file or a magnet link to add
* Show torrent Files and Peers

## TODO

* Add support magnet link
* Pause and resume a torrent task
* General configurability

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

Before creating a production version of your app, install an [adapter](https://kit.svelte.dev/docs#adapters) for your target environment. Then:

```bash
npm run build
```

> You can preview the built app with `npm run preview`, regardless of whether you installed an adapter. This should _not_ be used to serve your app in production.