Plunker REST API - How To
Plunker is a website and RESTful API for creating, previewing and sharing web snippets online.
The editor component has some unique features, including:
* Arbitrary number of files
* Fast syntax hilighting and live error detection
* Live preview of code
* Live compilation/linting/beautification of code
The Plunker API allows developers to access and integrate the functionality of Plunker with other applications and to create new applications. Example API methods available are creating a "plunk," updating a "plunk," reading a "plunk," and deleting a "plunk."
