Skip to content

azer/goodeggs-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goodeggs-login

Auth GoodEggs with e-mail and password. Returns a request wrapper with authenticated user

Install

$ npm install goodeggs-login

Usage

login = require('goodeggs-login')

azer = login('azer@kodfabrik.com', '123456')

azer({ url: 'basket?sanitize=true', json: true }).pipe(process.stdout)
// => { user: { .. }, items: [] }

Run example.js to see it working.

About

Auth GoodEggs with e-mail and password.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published