####Github Profile Page of TIY Students using Github API:
####Semi-parallax of clock, stopWatch while changing background color + button commands:
####ETSY API to show listings:
####Unit-Functionality-Testing:
- clone / copy the files to project directory.
npm initnpm installnode server.js
##Pushing to Github Repo:
mkdir <name>git clone <url>git add --allgit commit -am " <message> "git push
##Branching & creating url from gh-pages in Github:
git branchgit checkout -b gh-pagesgit merge master<------- if you updated mastergit push origin gh-pagesgit checkout master<------- go back to master, where you make your updates to code