Skip to content

JMBartelt/runway-api-client-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runway Video Webapp

This project is a simple Node.js web application that communicates with the Runway Gen‑4 Video API. It lets you generate videos from any image URL via a browser based interface.

Setup

  1. Install dependencies

    npm install
  2. Start the web server

    npm start
  3. Open your browser and navigate to http://localhost:3000.

You will be prompted to enter your Runway API key along with the image URL and prompt text. Generated videos are stored in your browser's local storage so they will appear again when you refresh the page.

Obtaining a Runway API Key

To use the video generation features you will need a Runway API account, key and credits. Follow the Runway API Quickstart guide.

Learn More

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.5%
  • HTML 23.5%