# pixiv-auth-got

> pixiv auth got

Latest version **0.2.0** (published 2016-09-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install pixiv-auth-got
pnpm add pixiv-auth-got
yarn add pixiv-auth-got
bun add pixiv-auth-got
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2016-09-05 |
| First published | 2016-08-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4 |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 2 |
| Author | akameco |
| Maintainers | akameco |
| Keywords | pixiv, got |

## Links

- npm: https://www.npmjs.com/package/pixiv-auth-got
- Repository: https://github.com/akameco/pixiv-auth-got
- Homepage: https://github.com/akameco/pixiv-auth-got#readme
- Issues: https://github.com/akameco/pixiv-auth-got/issues
- npm.io page: https://npm.io/package/pixiv-auth-got

## Dependencies (1)

- [got](https://npm.io/package/got.md) ^6.3.0

## Recent versions

- 0.2.0 (latest) — 2016-09-05
- 0.1.0 — 2016-08-20

## README

# pixiv-auth-got [![Build Status](https://travis-ci.org/akameco/pixiv-auth-got.svg?branch=master)](https://travis-ci.org/akameco/pixiv-auth-got)

> pixiv auth got


## Install

```
$ npm install --save pixiv-auth-got
```


## Usage

```js
const PixivAuthGot = require('pixiv-auth-got');

const pixivAuthGot = new PixivAuthGot('your usename', 'your password');

pixivAuthGot.got('https://app-api.pixiv.net/v1/illust/ranking', {mode: 'day'}).then(res => {
	console.log(JSON.stringify(res.body, null, 2));
});
```


## API

### PixivAuthGot(username, password)

#### username
Type: `string`

#### password
Type: `string`

### pixivAuthgot.got(endpoint, [options])

Same as [got](https://github.com/sindresorhus/got).

#### endpoint
Type: `string`

pixiv endpoint.

## License

MIT © [akameco](http://akameco.github.io)

---
_Source: https://npm.io/package/pixiv-auth-got · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
