3.0.0 • Published 12 months ago

pixnode v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

PixNode

A node.js module providing easy access to the official Pixiv api in node.

How to use

Install through npm:

npm i pixnode
import PixNode from 'pixnode';

const pix = await PixNode.create();

You will be prompted to login interactively with a web browser, which you only need to do once as long as you are not reinstalling PixNode. If you do not want to login manually, you need to provide a refresh token.

import PixNode from 'pixnode';

const refreshToken = "cR4zY114514thUrS1919D4y810Token"
const pix = await PixNode.create(refreshToken);
3.0.0

12 months ago

2.0.5

2 years ago

2.0.3

2 years ago

2.0.2

3 years ago

2.0.4

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.5-c

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.6-a

3 years ago

1.0.5-b

3 years ago

1.0.2-a

3 years ago

1.0.1-b

3 years ago

1.0.0-b

3 years ago

1.0.0-a

3 years ago

0.0.2

3 years ago