A Derpibooru API wrapper for Node.js
node-derpi is my first attempt at an API wrapper in Node, specifically for the Derpibooru image board. It aims to be a rich API wrapper around Derpibooru's JSON API, supporting rich deserialization of supported types (dates, other Derpi data points, etc.). It is also fully strongly-typed, being written in Typescript.
yarn
)Using yarn
:
yarn add node-derpi
Using npm
:
npm install node-derpi
That's it! Your package manager should handle any dependencies for you.
See the documentation.
Issues, suggestions, or concerns? Submit a GitHub issue!
Want to add a feature? We accept PRs!
Copyright (c) Eliot Partridge, 2018. Licensed under the MIT License.