Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T10:14:04.000Z (about 2 years ago)
- Last Synced: 2023-03-08T20:56:18.170Z (almost 2 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
[![Live demo](https://img.shields.io/badge/Render-Live%20demo-violet?style=flat-square&logo=render&logoColor=violet)](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/
![Image of dashboard](https://raw.githubusercontent.com/tamdilip/localstorage-grabber/main/public/images/localstorage_grabber.png)### `[⚠️ Outdated Currently ]` Wordle of the day grabber
> https://localstorage.onrender.com/wordle
![Image of dashboard](https://raw.githubusercontent.com/tamdilip/localstorage-grabber/main/public/images/wordle_of_the_day.png)**Happy coding :) !!**