This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# QuantumCore Hosting | |
## Brand Overview | |
QuantumCore provides enterprise-grade cloud hosting infrastructure with guaranteed 99.999% uptime. Our core offerings include dedicated servers, cloud hosting, and managed infrastructure solutions. We differentiate through military-grade security protocols and redundant systems across multiple geographical zones. | |
## Brand Voice | |
- Authoritative but not arrogant | |
- Technical yet accessible | |
- Direct and confident | |
- Solutions-focused, never alarmist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.0.0", | |
"info": { | |
"title": "Cat API", | |
"description": "\n\n## An open, free, read & write API all about Dogs\nThe Cat API gives you access to 1000's of dog images, and breeds.\n- Upload your own images\n- Detailed info on all the Breeds\n- Favourite or Vote on images\n- Get stats on your requests\n- Save a custom value with each request\n\n## How is this free?\nOur goal is to create free, fun & useful public service API's, helping people learn to code, create awesome projects, and be a stable fixture in a turbulent world.\n\n## How do i get access?\nJust signup for an API Key from https://thecatapi.com for free. We're looking forward to seeing what you build!", | |
"version": "1.6.1" | |
}, | |
"servers": [ | |
{ | |
"url": "http://{{endpoint}}v1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm i -s @meisterplayer/meisterplayer | |
npm i -s @meisterplayer/plugin-basemedia | |
npm i -s @meisterplayer/plugin-html5player | |
npm i -s @meisterplayer/plugin-multisource | |
npm i -s @meisterplayer/plugin-standardui |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm i -s @meisterplayer/meisterplayer | |
npm i -s @meisterplayer/plugin-basemedia | |
npm i -s @meisterplayer/plugin-dash | |
npm i -s @meisterplayer/plugin-debugoverlay | |
npm i -s @meisterplayer/plugin-hls | |
npm i -s @meisterplayer/plugin-html5player | |
npm i -s @meisterplayer/plugin-multisource | |
npm i -s @meisterplayer/plugin-nativehls | |
npm i -s @meisterplayer/plugin-smooth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir meister && cd meister | |
git clone https://github.com/meisterplayer/meisterplayer.git | |
git clone https://github.com/meisterplayer/media-basemedia.git | |
git clone https://github.com/meisterplayer/player-html5player.git | |
git clone https://github.com/meisterplayer/ui-standardui.git | |
git clone https://github.com/meisterplayer/media-nativehls.git | |
git clone https://github.com/meisterplayer/media-hls.git | |
git clone https://github.com/meisterplayer/media-dash.git |