https://github.com/tamdilip/localstorage-grabber
A minimal web app to grab localStorage of a web page with headless browser using puppeteer on server side.
https://github.com/tamdilip/localstorage-grabber
headless headless-browser headless-chrome javascript localstorage nodejs puppeteer rest-api
Last synced: 2 months ago
JSON representation
A minimal web app to grab localStorage of a web page with headless browser using puppeteer on server side.
- Host: GitHub
- URL: https://github.com/tamdilip/localstorage-grabber
- Owner: tamdilip
- Created: 2022-01-11T15:33:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T10:14:04.000Z (over 3 years ago)
- Last Synced: 2023-03-08T20:56:18.170Z (over 3 years ago)
- Topics: headless, headless-browser, headless-chrome, javascript, localstorage, nodejs, puppeteer, rest-api
- Language: EJS
- Homepage: https://localstorage.onrender.com/
- Size: 395 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💾 localstorage-grabber
[](https://localstorage.onrender.com/)
A very light weight web app utility to grab the localStorage available under a specific webpage url.
> Used `Puppeteer` to render the page on server side in a headless chrome browser to grab the localStorage items.
> `[⚠️ Outdated Currently ]` Also a common space to render minimal UI pages of specific personal/handy needs. Currently has - [Wordle of the day](https://localstorage.onrender.com/wordle) grabber.
### Local setup
```sh
$ git clone https://github.com/tamdilip/localstorage-grabber.git
$ cd localstorage-grabber
$ npm start
```
### Grabber UI landing page
> https://localstorage.onrender.com/

### `[⚠️ Outdated Currently ]` Wordle of the day grabber
> https://localstorage.onrender.com/wordle

**Happy coding :) !!**