8000 GitHub - gto90/beepbeep: Quattro Synchronization, check...; L’escargot, check...; Race Crispies, check...; Toasted Brakes, check... Beep Beep!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ beepbeep Public
forked from jlord/hello

Quattro Synchronization, check...; L’escargot, check...; Race Crispies, check...; Toasted Brakes, check... Beep Beep!

Notifications You must be signed in to change notification settings

gto90/beepbeep

 
 

Repository files navigation

Explaining the Data Layer

Mutable data can be found at data/data.json. Here's the schema for the JSON:

type DataLayer = {
  instagram: string // Your instagram URL
  soundcloud: string // The soundcloud URL for the botton beside the instagram button
  mixcloud_embed: string // The link for the mixcloud embed at the bottom of the page
  watchVideoButtonLink: string // the link for the "Watch Video" button
  musics: {
    name: string // Track name with number, example: 01. Track 1
    album: string // Album name
    link: string // Individual soundcloud link for the track
    toRealease: boolean // false if the track has already been released
    video: string // video ID of an youtube video, for example if the video URL is https://www.youtube.com/watch?v=fiGuXsvy69E, the id is fiGuXsvy69E
  }[]
}

About

Quattro Synchronization, check...; L’escargot, check...; Race Crispies, check...; Toasted Brakes, check... Beep Beep!

Resources

Stars

Watchers

Forks

Languages

  • TypeScript 67.4%
  • SCSS 31.7%
  • JavaScript 0.9%
0