This package has been deprecated

Author message:

"!!NO LONGER_MAINTAINED"

apeman-app-oauth

1.4.2 • Public • Published

apeman-app-oauth

Build Status Code Climate Code Coverage npm Version

apeman app for oauth.

Installation

$ npm install apeman-app-oauth --save

Usage

  1. Define an app within Apemanfile.js
  2. Call the app via apeman app command.

Apemanfile.js

/** This is an example Apemanfile to use apeman-app-oauth */
 
"use strict";
 
module.exports = {
    $pkg: {/*...*/},
    $apps: {
        // Define your own app.
        'my-app-01': {
            // Map url and handlers.
            '/': [
                require('apeman-app-oauth')({
                    //Options
                })
            ]
        }
    }
};

Then,

$ apeman app my-app-01 -p 3000

Options

Key Type Default Description

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i apeman-app-oauth

Weekly Downloads

1

Version

1.4.2

License

MIT

Last publish

Collaborators

  • okunishinishi