0.0.2 • Published 11 years ago

okdoki_applet v0.0.2

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

What is it?

An npm package that adds various HTML and JS functionality to a standard JSON Applet.

Install & Use

npm install okdoki_applet

var OK = require("okdoki_applet").Applet;

// Use as a regular JSON applet,
var results = OK(['form', [ ... ]]).run().results;

// To get the HTML
results.html

// To get the JS:
results.js