1.0.3 • Published 7 years ago

netfor-papi v1.0.3

Weekly downloads
16
License
-
Repository
-
Last release
7 years ago

Installation & Usage

Installation

npm install netfor-papi

Implementation

const PAPI = require("netfor-papi")();

Usage

PAPI.login(
  "intranet.netfor.com",
  "username",
  "password",
   (err, cook)=>{

     if(err) console.error( "An error returned: ", err );
     else {
       console.log("Cookie was returned: ", cook);
     }

   }
);
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago