vintaclectic / drivestream

Stream and organise media from your Google Drive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drivestream

Organise and stream media from Google Drive, without a server

logo

Setup

  1. Create credentials for Google Drive using the wizard
  2. Add those credentials to a file in the project root called 'credentials.js'
export const API_KEY = "YOUR_API_KEY"
export const CLIENT_ID = "YOUR_CLIENT_ID"
  1. Run the project using npm run dev

Create a Library

Haven't made the UI work with this yet. Run app.createLibrary({name: "name", root: "rootFolderID"}) to make one. Promise I'll add this to the UI soon!

About

Stream and organise media from your Google Drive


Languages

Language:JavaScript 52.9%Language:HTML 43.3%Language:CSS 3.8%