Skip to content
forked from m8/my-videos

note taking app for videos. video organizer, library ...

Notifications You must be signed in to change notification settings

nkamadan/my-videos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my videos

pre

  • create default.js under db folder, template should be like:
module.exports = {
   
    db: {
      user: "mysql_user_name",
      password: "mysql_user_password"
    },

};

running

  • you can run node with nodemon. to install npm install -g nodemon, after just type nodemon to run.

bookmarklet

  • videos can be saved with bookmarklet.
javascript:javascript:(function(){var%20url%20=%20location.href;var%20description=document.getSelection()||'';var%20title%20=%20document.title%20||%20url;window.open('http://localhost:3000/bookmarklet/add/' + encodeURIComponent(url)+'/'+encodeURIComponent(title),'_blank','menubar=no,height=450,width=600,toolbar=no,scrollbars=yes,status=no,dialog=1');})();

About

note taking app for videos. video organizer, library ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 53.7%
  • JavaScript 44.2%
  • CSS 2.1%