melodicious

0.0.1 • Public • Published

Melodicious AI




License Agreement

Any use for borken human artist or fake stream are not allowed here


What's this

An easy-to-use API for generating music


More details

Your can generate your own music in high-solution method we call "ai-midi" even you can sing and render your voice to professional vocalist


How to setup

npm install melodicious



For example

// import modular [npm install melodicious]
const APIClient = require('melodicious_npm'); 

// setting configs
baseURL = ''
username = ''
usertoken  = ''
callEndpoint = ''
configs = {                     
  "configs":{}
}

// create client
const client = new APIClient(baseURL,username,usertoken,callEndpoint,configs);


// run and connect
async function run() {
    try {
        const result = await client.playing();
        console.log(result);
    } catch (error) {
        console.error(error);
    }
}

run()



Readme

Keywords

Package Sidebar

Install

npm i melodicious

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

7.75 kB

Total Files

9

Last publish

Collaborators

  • cropsun