1.8.0 • Published 7 years ago

minihub v1.8.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Minihub

Developed by Oxynum team. Need to breath ? Go and check our website www.oxynum.fr

Presentation

Minihub is the npm module that is used for Minimag. We work in an API-plugins system.

Install minihub in project

Be sure that, node is installed, npm is installed. Open your terminal, and paste this:

npm install --save minihub

Run npm install on the project to install all dep.

Usage of the npm

To use the npm, you will use the class of express, and don't have anything else todo:

    let app  = require('minihub'),
        port = 9000; // Or whatever you want

    app.listen(port, () => {
        console.log("App is running on port: "+ port);
    });

Our Plugins: