https://github.com/marshallovski/giboru
Booru client for Web: vanilla JavaScript, lightweight.
https://github.com/marshallovski/giboru
anime booru browser danbooru gelbooru imageboard javascript js lightweight node nodejs safebooru vanilla-javascript vanilla-js web
Last synced: about 2 months ago
JSON representation
Booru client for Web: vanilla JavaScript, lightweight.
- Host: GitHub
- URL: https://github.com/marshallovski/giboru
- Owner: marshallovski
- License: gpl-3.0
- Created: 2025-01-06T16:51:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T17:00:29.000Z (9 months ago)
- Last Synced: 2025-03-27T01:34:30.164Z (6 months ago)
- Topics: anime, booru, browser, danbooru, gelbooru, imageboard, javascript, js, lightweight, node, nodejs, safebooru, vanilla-javascript, vanilla-js, web
- Language: HTML
- Homepage:
- Size: 261 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# giboru
Booru client for WebWritten in vanilla JavaScript. Lightweight
# Usage
Just install all files on your web server/GitHub pages/etc. Open `index.html` and you're good to go.## Proxy
You need to setup a CORS proxy (like [this](https://cors-anywhere.herokuapp.com/)). It's mandatory, since some booru's don't use CORS.
For easy-way: use proxy, that included with giboru (in `proxy`).
### Proxy installation
If you would use **giboru's proxy**, here are the steps:
1. Fork this repo
2. Open `proxy` folder in this repo
3. Open your terminal and type: `node server.js`
4. That's it! No npm deps!But if you would use **custom proxy**, like [this](https://cors-anywhere.herokuapp.com/)...
1. Open settings in giboru app (top left menu icon -> Open settings)
2. Tick "Proxy" and write proxy URL