0.4.2 • Published 11 years ago

resource-admin v0.4.2

Weekly downloads
9
License
-
Repository
-
Last release
11 years ago

admin

a web based admin panel

API

properties

methods

a web based admin panel

  • id

    • type : any

methods

admin.listen(options, callback)

start a listening admin web server

  • options

    • type : object

    • properties

      • port

        • type : number

        • default : 8888

        • description : the port to listen on

      • host

        • type : string

        • default : 0.0.0.0

        • description : the host interface to listen on

  • callback

    • type : function

admin.start(options, callback)

start a listening admin web server

  • options

    • type : object

    • properties

      • port

        • type : number

        • default : 8888

        • description : the port to listen on

      • host

        • type : string

        • default : 0.0.0.0

        • description : the host interface to listen on

  • callback

    • type : function

dependencies

README auto-generated with docs