Skip to content

Instantly share code, notes, and snippets.

View chipthrasher's full-sized avatar

Chip chipthrasher

View GitHub Profile
@chipthrasher
chipthrasher / Immrsion Audio Player
Created April 26, 2017 17:23
Make your own audio player! Just change the values for the song title, artist, artwork image, audio source, and links.
<!DOCTYPE html><html><head><script>
var meta = {
title: 'Father King',
artist: 'Emancipator',
artwork: 'https://f4.bcbits.com/img/a3477270337_10.jpg',
src: 'https://github.com/immrsion/audio/raw/master/Emancipator%20-%20Father%20King.mp3',
link: {
soundcloud: 'https://soundcloud.com/emancipator/father-king',
bandcamp: 'https://emancipator.bandcamp.com/track/father-king',
<!DOCTYPE html>
<html>
<head>
<script>
var meta = {
title: 'Father King',
artist: 'Emancipator',
artwork: 'https://f4.bcbits.com/img/a3477270337_10.jpg',
src: 'https://github.com/immrsion/audio/raw/master/Emancipator%20-%20Father%20King.mp3',
link: {