Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ehsanfox/music-engines
Search and Get the Music that you like from anywhere!
https://github.com/ehsanfox/music-engines
deezer discord discord-music-bot music music-bot soundcloud spotify youtube
Last synced: about 1 month ago
JSON representation
Search and Get the Music that you like from anywhere!
- Host: GitHub
- URL: https://github.com/ehsanfox/music-engines
- Owner: EhsanFox
- License: mit
- Created: 2022-02-16T22:48:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T12:09:38.000Z (over 1 year ago)
- Last Synced: 2024-09-21T22:20:24.003Z (3 months ago)
- Topics: deezer, discord, discord-music-bot, music, music-bot, soundcloud, spotify, youtube
- Language: TypeScript
- Homepage:
- Size: 999 KB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: license.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# Music-Engines
> music-engines is a package to fetch a music/artist/album or even playlist from the platform you choose, there multi platforms that are supported in this package, so there is no need for any others....
## Table of Contents
- [Why music-engines?](#why-music-engines)
- [Installation](#installation)
- [Features](#features)
- [Platforms](#platforms)
- [Documents](#documents)
- [Examples](#examples)### Why music-engines?
music-engine currently Supports **3** biggest platform that we all know all-in-one package and access to the Audio buffers directly from the platform API, so we are **all-in-one** and we have **download feature**### Installation
- Using NPM`npm install music-engines`
- Using yarn
`yarn add music-engines`
### Features
- [x] Custom Data Wrapper
- [x] No Token Required / Yet Optional for some drivers
- [x] Music Buffers (sometimes FFMPEG or Opus)### Platforms
- [x] YouTube
- [x] SoundCloud
- [x] Spotify
- [ ] Deezer
- [ ] Radio Javan (Maybe, maybe not)### Documents
Documents are down currently.### Examples
Examples usages are available in [test directory](https://github.com/EhsanFox/music-engines/tree/main/test)