3.0.0 • Published 2 years ago
pixnode v3.0.0
PixNode
A node.js module providing easy access to the official Pixiv api in node.
How to use
Install through npm:
npm i pixnodeimport 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
2 years ago
2.0.5
3 years ago
2.0.3
3 years ago
2.0.2
3 years ago
2.0.4
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.5-c
4 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.6-a
3 years ago
1.0.5-b
4 years ago
1.0.2-a
4 years ago
1.0.1-b
4 years ago
1.0.0-b
4 years ago
1.0.0-a
4 years ago
0.0.2
4 years ago