philomena
v0.1.2
Published
A (currently WIP) node.js wrapper for philomena-based imageboards (like derpibooru).
Downloads
5
Readme
philomena
A (currently WIP) node.js wrapper for philomena-based imageboards (like derpibooru).
NOTE: Still WIP! Updating between minor versions may break the package. Use a tilde version specifier (~) in package.json
to only accept patch updates, which should not break.
Table of contents
Requirements
- node (tested on current and all LTS)
- package manager (pnpm is what I recommend)
Installation
pnpm
pnpm i philomena
npm
npm i philomena
yarn
yarn add philomena
Docs
- latest release: https://pcelestia.github.io/node-philomena/latest/.
- main branch: https://pcelestia.github.io/node-philomena/main/.
Changelog
v0.1.2
- now it actually works and the tests actually test
v0.1.1
- docs update (darnit npm)
v0.1.0
- initial setup
- getfeatured: gets a featured image
- this was a setup release, nothing much noteworthy