Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashchouhan16/webshot
:camera_flash: Automate web snapshots and saves to local.
https://github.com/akashchouhan16/webshot
javascript nodejs prompt-toolkit puppeteer
Last synced: about 2 months ago
JSON representation
:camera_flash: Automate web snapshots and saves to local.
- Host: GitHub
- URL: https://github.com/akashchouhan16/webshot
- Owner: akashchouhan16
- License: mit
- Created: 2021-03-20T17:55:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T09:11:58.000Z (over 3 years ago)
- Last Synced: 2024-10-24T21:59:20.551Z (3 months ago)
- Topics: javascript, nodejs, prompt-toolkit, puppeteer
- Language: JavaScript
- Homepage:
- Size: 992 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebShot
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama)
[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/)
[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)A [Nodejs](https://nodejs.org/en/docs/ "Open Node.js docs") command line application that allows user to take automated screenshots of the web and save it locally.
---
## Installation
- **Clone this repo**
```
git clone https://github.com/akashchouhan16/WebShot.git
```- **Install all the dependencies**
```
npm install
```
**OR**
```
npm i --save
```
- **Create a `/Output` directory to allow the app to save the image files created.**- **Run the application**
```
npm run dev
```---
## Preview
![Application Preview](./preview/appPreview.gif)
**NOTE**
> When the application is provided with no urls, it uses the fallback hard-coded url.
---
## [Application Info](https://github.com/akashchouhan16/WebShot "WebShot")
[![forthebadge](https://forthebadge.com/images/badges/cc-0.svg)](https://forthebadge.com)
### Version
**[1.0.0](https://github.com/akashchouhan16/WebShot "Version")**
### License
**[MIT](https://github.com/akashchouhan16/WebShot/blob/master/LICENSE "MIT LICENSE")**
---