Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kbarbounakis/most-web-extensions

Most Web Framework Login Pages Extension
https://github.com/kbarbounakis/most-web-extensions

Last synced: 1 day ago
JSON representation

Most Web Framework Login Pages Extension

Awesome Lists containing this project

README

        

# most-web-extensions (in progress)

Most Web Framework MVC Extensions

Register this extension in application configuration as follows:

{
...
"extensions": [
...
{ "name":"mwext", "description":"MOST Web Framework Extensions",
"type":"most-web-extensions" }
]
}

or by adding the following lines of code in server.js init script:

var mwext = require('most-web-extensions');
mwext.extend(web.current);