Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/souvikinator/web-ss
Screenshots of the websites in bulk, automating the screenshot process in single click!
https://github.com/souvikinator/web-ss
ejs nodejs screenshots web-ss
Last synced: 25 days ago
JSON representation
Screenshots of the websites in bulk, automating the screenshot process in single click!
- Host: GitHub
- URL: https://github.com/souvikinator/web-ss
- Owner: souvikinator
- Created: 2020-12-12T04:31:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T10:56:31.000Z (about 4 years ago)
- Last Synced: 2024-10-15T14:05:15.221Z (2 months ago)
- Topics: ejs, nodejs, screenshots, web-ss
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-SS
Takes screenshots of the website in bulk, automating the screenshot process which comes handy when developer needs to display the website.
# video
checkout the [demo video](https://www.youtube.com/watch?v=enYsmY6ApZg).
# The Problem
It is a daunting task to take screenshot of multiple websites. The screenshots of a website is usual required to give the users or client the idea how the website looks. In such case this tool comes in handy.
# Features
- Takes URLs as input from text area.
- Takes URLs as input from text file
- Can take Full or Partial Screenshot
- Users can also change the size of the screen by providing width and height
# Note
- The the urls provided in the **text area** or **file** must be in new line like so:
```
url1
url2
url3
```
- The file has to be a text file.
- The width and height of the screen has to be greater than 50.# Tech Stack Used
- Node Js
- Ejs templating engine