discourse /
discourse
A platform for community discussion. Free, open, simple.
99/100 healthLoading repository data…
dgeorges / repository
A simple javascript library for creating a Model part of a MVC application from JSON.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple javaScript library for creating a Model part of a MVC application from JSON.
modeljs works on all browsers that support ECMAScript 5th Edition (December 2009, http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf). It has been manually tested on IE9, Firefox 14+, Safari 5.1.4 and Chrome 21+. To see if it work on a specify browser version of your choice, run the unit tests(test/ModelTest.html). To support older non ECMA5 browsers using a shim library like es5-shim. Modeljs has been successfully tested on IE8 with the es5-shim library.
Clone the repo, git clone git://github.com/dgeorges/modeljs.git, or download the latest release
To use modeljs in your application copy src/model.js to an appropriate location and include it in your HTML like so:
<script type="text/javascript" src="/path/to/model.js"></script>
If your doing server side development in Node, you can import it like so:
var Model = require("/path/to/model.js");
Or using npm install
npm install modeljs
var Model = require("modeljs");
A couple of example pages have been created to show how to use modeljs. They can be found in the /test/example folder
Documentation is generated by YUIdoc and can be viewed by cloning the repo or downloading the source and viewing doc/index.html. For more information visit modeljs's wiki
###Project Status: Stable - v2.1.2 Released (October 23st 2013).
Selected from shared topics, language and repository description—not editorial ratings.
discourse /
A platform for community discussion. Free, open, simple.
99/100 healthhexojs /
A fast, simple & powerful blog framework, powered by Node.js.
95/100 healthsampotts /
A simple HTML5, YouTube and Vimeo player
BabylonJS /
Babylon.js is a powerful, beautiful, simple, and open game and rendering engine packed into a friendly JavaScript framework.
97/100 healthlocalForage /
💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.
96/100 healthjs-cookie /
A simple, lightweight JavaScript API for handling cookies, client-side.
92/100 health