Skip to content

VincentC930/ColormotionHackNC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Colormotion

colormotion

Chrome Extension

Screen Shot 2022-11-05 at 11 25 31 PM

  1. Clone or download the chrome extension folder
  2. Navigate to the manage extensions tab in chrome
  3. Turn on developer mode
  4. Select load unpacked and drag in the Colormotion chrome extension
  5. Turn on Colormotion and select any video of your choosing on Youtube

Mobile Application

appimg

expo start --dev-client
  • Scan the QR code with your Android or IOS device

Making API Calls

In order to make API calls, the Bearer token will need to be replaced, the provided bearer token in the apicall.js file as well as in the script.js file will not be functional for security reasons

headers: {
     Authorization: "Bearer XYZ",
     'Content-Type': 'application/json',
},
method: "POST",
body: JSON.stringify(data),

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published