Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/liut/kedge-svelte
- Owner: liut
- License: mit
- Created: 2021-09-10T14:39:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T09:26:40.000Z (about 3 years ago)
- Last Synced: 2024-04-26T00:16:14.701Z (9 months ago)
- Topics: bittorrent, kedge, svelte, ui, web
- Language: Svelte
- Homepage:
- Size: 386 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.