AMP using NodeJs where the new updates are loaded You may chech out the instruction here https://www.ampproject.org/docs/reference/components/amp-live-list
Clone instructions:
- Git clone "url"
- cd into the directory
- use npm install
- then, use npm start to start your localhost
Use intructions:
-
Open http://localhost:3000/ on your browser
-
Using postman or any other posting mechanism, post to the same above url with JSON format: { "YoutubeID":
here put the youtube ID of the Youtube Video}If this is the url:
https://www.youtube.com/watch?v=ttlTus58MNA
The video ID is: ttlTus58MNA
So, the posting JSON would be: { "YoutubeID": "ttlTus58MNA" }
-
Click on the "You have updates!" button that appears after a while on the page opened on your browser.
-
Give this repo a star :p