Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dawsbot/script-kitty
url-encoded JavaScript
https://github.com/dawsbot/script-kitty
frontend javascript
Last synced: about 4 hours ago
JSON representation
url-encoded JavaScript
- Host: GitHub
- URL: https://github.com/dawsbot/script-kitty
- Owner: dawsbot
- Created: 2017-02-06T06:03:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T08:52:35.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:38:04.562Z (7 months ago)
- Topics: frontend, javascript
- Language: JavaScript
- Homepage: https://script-kitty.now.sh/#alert('hello world')
- Size: 398 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Script Kitty
Write, execute, and share javascript code instantly.
The url auto-encodes all content so that you can share and execute without server state.
There is no:
- Backend
- Database
- Code BloatYou own all the data yourself and can verify it with the source code.
## Installation
```sh
$ yarn
$ npm start
$ open http://localhost:3000
```## Todos
- [x] Instant execution
- [x] Instant execution toggle switch.
- [ ] Offline friendly.
- [ ] Favicon.