An open API service indexing awesome lists of open source software.

https://github.com/rhenryw/pebble

A web proxy that can be run anywhere built on ading2210/sandstone
https://github.com/rhenryw/pebble

data-link proxy sandstone

Last synced: 27 days ago
JSON representation

A web proxy that can be run anywhere built on ading2210/sandstone

Awesome Lists containing this project

README

          

# pebble
A web proxy that can be run anywhere (local, `data:` link, html file)

Based off of [ading2210/sandstone](https://github.com/ading2210/sandstone/)

USAGE:

in ``
```html

```

anywhere you want there to be an iframe
```html


```

FULL EXAMPLE

```html






```

Styling
---

You have to do `div` and `iframe`

```html




html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

body > div {
width: 100% !important;
height: 100% !important;
display: block !important;
}

iframe {
border: none;
width: 100%;
height: 100%;
display: block;
}




```

Why `eg`?
> Because it's inconspicuous and probably nothing else has taken it. Also it was called EasyGame before (it used to only load gamedistro games)

TODO
---

- [x] Basic implementation

- [ ] Custom logic (non-sandstone)

- [ ] World domination