saltcute / pixnode

Pixiv API for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

How to use

Install through npm:

npm i pixnode

Then require the module in your code:

import * as pixiv from 'pixnode';

About

Pixiv API for node.js

License:MIT License


Languages

Language:TypeScript 100.0%