Welcome Page
Video details
Follow channels inside myvideos
- create
default.js
underdb
folder, template should be like:
module.exports = {
db: {
user: "mysql_user_name",
password: "mysql_user_password"
},
};
- you can run node with nodemon. to install
npm install -g nodemon
, after just typenodemon
to run.
- 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');})();