cdna.media.web

0.1.27 • Public • Published

cdna.media.web

web application for media item as movie, music

Build Status

NPM

overview

  • big problem: wait for webtorrent complete api
  • youtube tutorial video here
  • first stream video here

screen

requirements

  • revision system control git
  • nodjs contain node package manager nodejs

notes: this module depend on cdna.media.host module and it is unable to auto install mongoose database server, so need install mongoose database server by hand

installations

# use node package manager 
npm install cdna.media.web
 
# install cdna.media.host database 
npm install
 
# start web servrice 
# this command start both api server and web server 
# then open web application in browser 
npm start

development

# clone source code form github 
# require ssh key, contact to author to get one 
git clone git@github.com:thelordofthetimes/cdna.media.web.git
 
# install dependecy node module 
npm install
 
# install bower components 
bower install 
 
# start auto development tools 
# it will open login page in browser 
# then edit source code, tools will be auto rebuild 
# if any dependency module or add new file, run command again 
npm test

Readme

Keywords

Package Sidebar

Install

npm i cdna.media.web

Weekly Downloads

0

Version

0.1.27

License

BSD

Last publish

Collaborators

  • thelordofthetimes