Just a hobby project I made to fetch the transcript of educational youtube videos I watched. It is easy to fetch and edit the content rather than noting it down.
Built with Express 4.
To run locally
1.npm install
2.npm start
This helped me - http://stackoverflow.com/a/21550325
There were few new things I learned while making this.