Skip to content

OpenUseAPI/AMPLiveLoadUsingNodeJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMPLiveLoadUsingNodeJS

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:

  1. Git clone "url"
  2. cd into the directory
  3. use npm install
  4. then, use npm start to start your localhost

Use intructions:

  1. Open http://localhost:3000/ on your browser

  2. 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" }

  3. Click on the "You have updates!" button that appears after a while on the page opened on your browser.

  4. Give this repo a star :p

About

AMP using NodeJs where the new updates are loaded

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.7%
  • HTML 23.0%
  • CSS 2.3%