npmpracdharbor97 v1.0.18
Social Video Component
Social Video Component is a Browser-based component that provides a tool that allows one to record, search, and customize videos. It is created from Web Components which allows the component to be easily imported and used as an element with custom attribute
Installation
Social Video Component is released on the Digital Harbor internal npm
and can be installed using:
Install using npm install
npm install @digital-harbor/social-video --save --registry=http://npm.digitalharbor.us:4873/
Usage
Import the class or file * from social video package
import { SocialVideoMain } from '@digital-harbor/social-video';
Add the custom element to your html and you should have clickable bar popped up to the side of the application
<social-video-main></social-video-main>
Development Installation
clone the application
npm install on the root of the directory
npm install
npm start
starts up on http://localhost:3000
video palyer can be directly access at http://localhost:3000/?video_id=<video_id>
to use different port and ip address you can create an .env file and add the following
- env file
HOST=0.0.0.0
PORT=3000
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago