Skip to content

jrxna/dispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dispatch

Barebones Node.js scaffold for an automation pipeline:

  1. Open a local video and automate editing in VEED (web automation placeholder).
  2. Generate a thumbnail via Figma (API/template placeholder).
  3. Upload both to YouTube via the YouTube Data API.

Quick start

npm install
cp .env.example .env
npm run dry-run
npm start

Notes

  • This scaffold is intentionally minimal and safe to extend.
  • VEED and Figma steps are stubbed with placeholders where app-specific selectors/workflows are required.
  • YouTube upload uses the official Google API client and expects OAuth credentials in .env.

Project structure

  • src/index.js: pipeline orchestrator
  • src/config.js: env/config loading
  • src/steps/veed.js: VEED automation step
  • src/steps/figma.js: Figma thumbnail generation step
  • src/steps/youtube.js: YouTube upload step

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors