1.0.18 • Published 2 years ago

npmpracdharbor97 v1.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

  1. clone the application

  2. npm install on the root of the directory

npm install

npm start

  1. starts up on http://localhost:3000

  2. video palyer can be directly access at http://localhost:3000/?video_id=<video_id>

  3. 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
1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago