Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leogopal/firecodinglive
Live Coding Editing
https://github.com/leogopal/firecodinglive
code-tests firepad hire live-coding
Last synced: 21 days ago
JSON representation
Live Coding Editing
- Host: GitHub
- URL: https://github.com/leogopal/firecodinglive
- Owner: leogopal
- License: mit
- Created: 2021-04-17T03:54:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T12:55:05.000Z (about 3 years ago)
- Last Synced: 2024-10-15T20:15:14.853Z (2 months ago)
- Topics: code-tests, firepad, hire, live-coding
- Language: JavaScript
- Homepage: https://app.hirespark.dev
- Size: 2.84 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/README.md
Awesome Lists containing this project
README
# HireSpark
Live Collaborative Code Pads.
## Examples
[![Netlify Status](https://api.netlify.com/api/v1/badges/8100b9d7-e084-49ca-8e88-224e5427dd76/deploy-status)](https://app.netlify.com/sites/sharp-ptolemy-dbf746/deploys)
You can run the examples by simply opening any of the following files in your browser:
* [`code.html`](demos/code.html) - Code-editing using CodeMirror.
* [`ace.html`](demos/ace.html) - Code-editing using ACE.
* [`richtext-simple.html`](demos/richtext-simple.html) - Simple rich-text editing.
* [`richtext.html`](demos/richtext.html) - More advanced rich-text editing.
* [`userlist.html`](./userlist.html) - Rich-text editing with a list of users showing who's
currently present.## Security Rules
Example Realtime Database Security Rules to protect your Firepad data can be found in the
[`security/`](./security) directory.## Integrations
* `firepad.rb` - A Ruby script for loading the contents of a Firepad from your server-side Ruby code.