https://github.com/hmes98318/lavashark
A lightweight Lavalink client built with Node.js
https://github.com/hmes98318/lavashark
discord discord-music discordjs lavalink lavashark music
Last synced: 2 months ago
JSON representation
A lightweight Lavalink client built with Node.js
- Host: GitHub
- URL: https://github.com/hmes98318/lavashark
- Owner: hmes98318
- License: mit
- Created: 2023-06-13T15:54:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T14:25:20.000Z (5 months ago)
- Last Synced: 2025-02-12T03:01:47.784Z (2 months ago)
- Topics: discord, discord-music, discordjs, lavalink, lavashark, music
- Language: TypeScript
- Homepage: https://lavashark.js.org
- Size: 8.36 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
A lightweight Lavalink client built with Node.js.
### Features
* Stable* Object-oriented
* Speedy and efficient
* Minimal CPU/memory footprint
> **LavaShark v2** only supports **Lavalink v4** nodes.
## Installation
Node.js **v18.12** or higher is required.
* You need at least one [Lavalink Server](https://github.com/lavalink-devs/Lavalink) node to run. Please refer to the [Server Configuration](https://lavashark.js.org/docs/server-config) section for setting up the configuration.```bash
$ npm install lavashark
# or
$ yarn add lavashark
```## Documentation
You can find the documentation [**here**](https://lavashark.js.org/docs).
## Help
If you encounter any issues or would like to contribute to the community, please join our [Discord server](https://discord.gg/7rQEx7SPGr).