Skip to content

ShriKrushnarjun/web-page-archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Page Archiver

Prerequisite


  • NodeJS Version 12 or grater.

Steps to run the application


  • Clone repository using git command or download as zip.
  • Open command line and go to root folder of the repository
  • Run command npm install
  • After this command you can start using the application by node dist/app.js [--metadata] <website-links...>
  • for example
    • node dist/app.js https://google.com
    • node dist/app.js --metadata https://google.com

Run using docker by following way


Docker build command

docker build . --rm -t webpage-archiver-image

Docker run command

docker run --name webpage-container -it -d --rm webpage-archiver-image

Get inside docker bash using following command

docker exec -it webpage-container bash

To experiment with the application you use following commands inside docker bash

  • ls
  • node dist/app.js https://google.com https://autify.com
  • node dist/app.js --metadata https://google.com https://autify.com
  • exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published