0.5.1 • Published 6 years ago

@tohru/chopin v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Chopin

Your romantic composer and virtuoso pianist.

Chopin is heavily influenced by cassette with slight modifications for my own usage.
I do not support any usage currently.

Usage

Chopin relies on the following packages to be installed: prism-media, simple-youtube-api, snekfetch, ytdl-core
The primary reason for this is because the goal is to make handling music in discord.js via youtube a lot easier for myself.

General usage:

const { Playlist, YouTubeService } = require('@tohru/chopin');
const playlist = new Playlist();
const ytService = new YouTubeService('your-api-key');

playlist.add('some-song-url', [ytService]);

From this point on you have access to all methods and properties a playlist and song has.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

Chopin © iCrawl. Authored and maintained by iCrawl.

GitHub @iCrawl

0.5.1

6 years ago

0.5.0

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago