Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 971 Bytes

readme.md

File metadata and controls

42 lines (25 loc) · 971 Bytes

Image Resizer

Electron application that allows you to scrape website data.

Screenshot from 2023-08-25 22-40-47

Usage

Install dependencies:

npm install

Run:

npm start

Currently, it scrapes static publicly available data from below mentioned URL

https://www.gst.gov.in/help/helpmodules/

You can also use Electronmon to constantly run and not have to reload after making changes

npx electronmon .

Packaging

There are multiple ways to package Electron apps. I would suggest Electron Forge. I have implemented packaging into this app.

Developer Mode

If your NODE_ENV is set to development then you will have the dev tools enabled and available in the menu bar. It will also open them by default.

When set to production, the dev tools will not be available.