Coder Social home page Coder Social logo

vishvaas06 / aoi.music Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aoijs/aoi.music

0.0 0.0 0.0 3.7 MB

Addition of the Music properties and foundation for aoi.js

Home Page: https://akaruidevelopment.github.io/music/

License: Apache License 2.0

TypeScript 100.00%

aoi.music's Introduction

aoi.music

@akarui/aoi.music

@akarui/aoi.music is a powerful TypeScript-based JavaScript library that adds music-related properties and lays a solid foundation for music operations in aoi.js.

Whether you're building a music streaming app, a Discord bot with music capabilities, or any other music-related project, @akarui/aoi.music is here to make your life easier!

๐Ÿš€ Setup

To get started with @akarui/aoi.music, follow these simple steps:

  1. Install @akarui/aoi.music via npm:

    npm install @akarui/aoi.music
  2. Import the Manager class and create a new instance:

    const { Manager } = require("@akarui/aoi.music");
    
    const manager = new Manager({
       devOptions: {
          debug: true, // Set to true for debugging purposes
       },
       searchOptions: {
          soundcloudClientId: "<YOUR_SOUNDCLOUD_CLIENT_ID>",
          youtubeCookie: "<YOUR_YOUTUBE_COOKIE>",
          youtubeAuth: "<YOUR_YOUTUBE_AUTH_PATH>",
          youtubegl: "<YOUR_YOUTUBE_COUNTRY_CODE>",
          youtubeClient: "WEB", // Options: "WEB", "ANDROID", "YTMUSIC"
       },
       requestOptions: {
          offsetTimeout: 10000, // Timeout in milliseconds for searching and skipping
          soundcloudLikeTrackLimit: 10, // Limit the number of liked tracks from SoundCloud
          youtubePlaylistLimit: 20, // Limit the number of tracks in a YouTube playlist
          spotifyPlaylistLimit: 30, // Limit the number of tracks in a Spotify playlist
       },
    });

๐Ÿ“š Documentation

For detailed information on how to use @akarui/aoi.music, check out our documentation. It contains comprehensive guides and examples to help you make the most out of this library.

aoi.music's People

Contributors

usersatoshi avatar leref avatar faf4a avatar kino7916 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.