Coder Social home page Coder Social logo

rajwebconsulting / mp3-converter-pro-alt-button-api Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 70 KB

Leverages our JSON API SDK to enable MULTIPLE domains to consume the same, single MP3 Converter Pro (https://demo.apiyoutu.be) installation and display corresponding, customizable, MP3 download buttons.

Home Page: https://rajwebconsulting.com

CSS 1.10% PHP 97.02% JavaScript 1.88%
javascript php tailwind-css facebook-downloader instagram-downloader mp3-converter tiktok-downloader twitter-downloader youtube-downloader

mp3-converter-pro-alt-button-api's Introduction

This "Alternate" Single Button API leverages our MP3 Converter Pro JSON API PHP SDK to enable MULTIPLE domains to consume the Same, Single MP3 Converter Pro installation and display corresponding, customizable, MP3 download buttons - Brought to you by RAJ Web Consulting

GitHub top language GitHub language count GitHub issues

This API enables MP3 conversions of multimedia content from YouTube, TikTok, Facebook, Instagram, Twitter, SoundCloud, Vimeo, Dailymotion, VK, and AOL -- 10 of the largest video/audio hosting sites in the world!

Note: While only MP3 download format is currently supported (by default), the underlying JSON API PHP SDK still supports both MP3 and MP4. Thus, MP4 support can be easily added via some minor code modification, and we'll try to update this project accordingly in the future.

Use Case

To leverage a single MP3 Converter Pro license to implement MP3 download buttons on multiple, different domains, thereby:

  • Isolating MP3 conversion and file caching to a single, Primary Domain (where the MP3 Converter Pro is installed)
  • Freeing up valuable server resources on the remaining domains
  • Enabling the monetization of multiple domains instead of only the Primary Domain

Requirements

Installation

1.) Download GitHub project ZIP file or Clone GitHub repo

2.) Navigate to your web root directory in a command-line terminal

3.) Install project dependencies via Composer:

composer install --no-dev

...or via aaPanel, as PHP user (e.g., "www"):

sudo -u www composer install --no-dev

4.) Edit Config.php and add your Domains:

class Config
{
    // Domain of this Script
    const _DOMAIN = 'https://yourDomain.com';
    // Domain of MP3 Converter Pro v3
    const _CONVERTER_URL = 'https://yourDomain.com';
}

Usage

Please visit the MP3 Converter Pro "Alternate" Single Button API GitHub page for live examples.

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.