Skip to content

Micro service that takes screenshots of a website given it’s URL and returns the image’s URL

Notifications You must be signed in to change notification settings

herberthk/screenshot-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot app

Micro service that takes screenshots of a website given it’s URL and returns the image’s URL

To run this app.

git clone https://github.com/herberthk/screenshot-app.git

cd screenshot-app

Run yarn to install dependences

Run yarn build to compile typescript into javascript into dist directory.

Run yarn dev to start application in development mode

Navigate to http://localhost:8000/

To run integration tests.

Run yarn test

About

Micro service that takes screenshots of a website given it’s URL and returns the image’s URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published