https://github.com/reeceyang/webscripter
A JavaScript sandbox using Webconsole that allows users to share their code as an URL.
https://github.com/reeceyang/webscripter
javascript sandbox webconsole
Last synced: about 1 year ago
JSON representation
A JavaScript sandbox using Webconsole that allows users to share their code as an URL.
- Host: GitHub
- URL: https://github.com/reeceyang/webscripter
- Owner: reeceyang
- License: mit
- Created: 2021-01-03T00:05:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T19:12:10.000Z (almost 5 years ago)
- Last Synced: 2024-04-17T22:09:50.396Z (about 2 years ago)
- Topics: javascript, sandbox, webconsole
- Language: JavaScript
- Homepage: https://reeceyang.github.io/webscripter/
- Size: 150 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webscripter
A JavaScript sandbox using [Webconsole](https://github.com/reeceyang/webconsole) that allows users to share their code as an URL.
Demos:
- [isprime](https://reeceyang.github.io/webscripter/#XQAAAQBHAgAAAAAAAAA7GEqmKBRWeB0wN/I3Ht1CTwg1WYjx+VMr3qeiKuZZ4Y/Jjhh9nY0ACTTxFEeJeJgqgD6TP4mKz0OJOzl+1jewLEOZYbdPO+2voEke0DaZPIEthzGgxM2n+IaX2Vxf1z97bFmN++yuDRhn5YPm8RPdLWQLBBG1QHNjFGNngsCdfpuU2kAt0rwkdPMQj3BBp/qiXIC9nE7i8pRC8VRalSgKwnhEZaHZLZWrouVu/7Ffd2nbIwQ/8/H4QsuO+pmsmEJyhau1KWktRerQeXAuLpOjRps/0Djd4Bs00fEbIiX1Y3jxQhma9rYoXHfE/vWdRKA=)
- [pi](https://reeceyang.github.io/webscripter/index.html#XQAAAQC4AAAAAAAAAAA7GEqmJ8/ippDYlXo6WvzmOjStw7/Pee0qKYl3i/7qyfgE5h9y0Yb7WCi7Me1npR8qZwQ5vvutnbzO9gz9K6aul90M4GYEuksncqcKYhTALSvmPE/xCWq512/nRQtu0eoHjnTnVEDpevEIZu66rVmahfnEcKtLnzP/0JRwAA==)
- [guessnum](https://reeceyang.github.io/webscripter/#XQAAAQAbAQAAAAAAAAA7GEqmJ76tp7jvggT3U0yRUhPXm1LMTIzfgtO10K9C6/y8+9V5HVHFvEgV9tG323wZUR4G/6daTYZ7hniI5CIEI6OY6t95HKvpGy5ZvBepXQw3DH0bUYlNA62wI/KnYcqX2ysnNW0chg6v1KruCTDOikBv2ssQgllY5xemAu5A0afpo3/SYdCIeYQkkTM6nchB897HVMYG/xr8fpSVbqugZqJT8iVtBcwspJe4OfBCImX8VgpXj2Tz/2CAAAA=)
- [tipcalc](https://reeceyang.github.io/webscripter/#XQAAAQD7AAAAAAAAAAA7GEqmJ+pVwqZYH5Et7XmQOLmbSxGDQii9+EEA07DP/1/0ffXLKozfu+5S2rsFmof2tE7h0Rndn1+N0hBsL6K9kHAA9E2RL92slNhA30n17wEuTPaT65JMviVYuJnTY66+i7uV7krLRNhbeVm2yLJ0pL1xsGqesIV9wGZB6v41tNbuFMSujDGmnonVWA/MgYl2eWnf/9UxJeA=)
Partly inspired by [paste](https://github.com/topaz/paste). Uses [LZMA-JS](https://github.com/LZMA-JS/LZMA-JS) (© 2016 Nathan Rugg ), [CodeMirror](https://codemirror.net/), and [Split.js](https://split.js.org/).