151 lines
3.5 KiB
TypeScript
151 lines
3.5 KiB
TypeScript
import { eventHandler } from 'h3'
|
|
|
|
export default eventHandler(() => {
|
|
return [
|
|
{
|
|
id: 0,
|
|
name: "L'efondras",
|
|
url: "https://leffondras.bandcamp.com/music",
|
|
coverId: "0024705317"
|
|
},
|
|
{
|
|
id: 1,
|
|
name: "The kundalini genie",
|
|
url: "https://the-kundalini-genie.bandcamp.com",
|
|
coverId: "0012045550"
|
|
},
|
|
{
|
|
id: 2,
|
|
name: "Fontaines D.C.",
|
|
url: "https://fontainesdc.bandcamp.com",
|
|
coverId: "0027327090"
|
|
},
|
|
{
|
|
id: 3,
|
|
name: "Fontanarosa",
|
|
url: "https://fontanarosa.bandcamp.com",
|
|
coverId: "0035380235",
|
|
},
|
|
{
|
|
id: 4,
|
|
name: "Johnny mafia",
|
|
url: "https://johnnymafia.bandcamp.com",
|
|
coverId: "0035009392",
|
|
},
|
|
{
|
|
id: 5,
|
|
name: "New candys",
|
|
url: "https://newcandys.bandcamp.com",
|
|
coverId: "0039963261",
|
|
},
|
|
{
|
|
id: 6,
|
|
name: "Magic shoppe",
|
|
url: "https://magicshoppe.bandcamp.com",
|
|
coverId: "0030748374"
|
|
},
|
|
{
|
|
id: 7,
|
|
name: "Les jaguars",
|
|
url: "https://radiomartiko.bandcamp.com/album/surf-qu-b-cois",
|
|
coverId: "0016551336",
|
|
},
|
|
{
|
|
id: 8,
|
|
name: "TRAAMS",
|
|
url: "https://traams.bandcamp.com",
|
|
coverId: "0028348410",
|
|
},
|
|
{
|
|
id: 9,
|
|
name: "Blue orchid",
|
|
url: "https://blue-orchid.bandcamp.com",
|
|
coverId: "0034796193",
|
|
},
|
|
{
|
|
id: 10,
|
|
name: "I love UFO",
|
|
url: "https://bruitblanc.bandcamp.com",
|
|
coverId: "a2203158939",
|
|
},
|
|
{
|
|
id: 11,
|
|
name: "Kid Congo & The Pink Monkey Birds",
|
|
url: "https://kidcongothepinkmonkeybirds.bandcamp.com/",
|
|
coverId: "0017196290",
|
|
},
|
|
{
|
|
id: 12,
|
|
name: "Firefriend",
|
|
url: "https://firefriend.bandcamp.com/",
|
|
coverId: "0031072203",
|
|
},
|
|
{
|
|
id: 13,
|
|
name: "Squid",
|
|
url: "https://squiduk.bandcamp.com/",
|
|
coverId: "0037649385",
|
|
},
|
|
{
|
|
id: 14,
|
|
name: "Lysistrata",
|
|
url: "https://lysistrata.bandcamp.com/",
|
|
coverId: "0033900158",
|
|
},
|
|
{
|
|
id: 15,
|
|
name: "Pablo X Broadcasting Services",
|
|
url: "https://pabloxbroadcastingservices.bandcamp.com/",
|
|
coverId: "0036956486",
|
|
},
|
|
{
|
|
id: 16,
|
|
name: "Night Beats",
|
|
url: "https://nightbeats.bandcamp.com/",
|
|
coverId: "0036987720",
|
|
},
|
|
{
|
|
id: 17,
|
|
name: "Deltron 3030",
|
|
url: "https://delthefunkyhomosapien.bandcamp.com/",
|
|
coverId: "0005254781",
|
|
},
|
|
{
|
|
id: 18,
|
|
name: "The Amorphous Androgynous",
|
|
url: "https://theaa.bandcamp.com/",
|
|
coverId: "0022226700",
|
|
},
|
|
{
|
|
id: 19,
|
|
name: "Wooden Shjips",
|
|
url: "https://woodenshjips.bandcamp.com/",
|
|
coverId: "0012406678",
|
|
},
|
|
{
|
|
id: 20,
|
|
name: "Silas J. Dirge",
|
|
url: "https://silasjdirge.bandcamp.com/",
|
|
coverId: "0035751570",
|
|
},
|
|
{
|
|
id: 21,
|
|
name: "Secret Colours",
|
|
url: "https://secretcolours.bandcamp.com/",
|
|
coverId: "0010661379",
|
|
},
|
|
{
|
|
id: 22,
|
|
name: "Larry McNeil And The Blue Knights",
|
|
url: "https://www.discogs.com/artist/6528940-Larry-McNeil-And-The-Blue-Knights",
|
|
coverId: "https://i.discogs.com/Yr05_neEXwzPwKlDeV7dimmTG34atkAMgpxbMBhHBkI/rs:fit/g:sm/q:90/h:600/w:600/czM6Ly9kaXNjb2dz/LWRhdGFiYXNlLWlt/YWdlcy9SLTEyMTEw/ODE1LTE1Mjg1NjU1/NzQtMjcyOC5qcGVn.jpeg",
|
|
},
|
|
{
|
|
id: 23,
|
|
name: "Hugo Blanco",
|
|
url: "https://elpalmasmusic.bandcamp.com/album/color-de-tr-pico-compiled-by-el-dr-gon-criollo-el-palmas",
|
|
coverId: "0016886708",
|
|
},
|
|
]
|
|
})
|