1. sandy
Upload plunks to various sandboxing sites
sandy
Package: sandy
Created by: atlassianlabs
Last modified: Sun, 26 Jun 2022 15:53:51 GMT
Version: 0.6.1
License: Apache-2.0
Downloads: 53
Repository: git+ssh://[email protected]/atlassianlabs/sandy.git

Install

npm install sandy
yarn add sandy

Sandy

Upload code snippets to various sandboxes.

API

var example = Sandy({
    dependencies: [
        'test.js',
        'test.css'
    ],
    html: {
        content: '<b>TEST</b>'
    },
    js: {
        content: 'alert(\'!\')'
    },
    css: {
        content: 'b {border: 1px solid pink;}'
    }
});

See the test page for a demo.

Development

Run npm install and then to build the dist files npm run prepublish.

External contributions

If you would like to contribute to this, please sign the CLA

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code