philomena

A (currently WIP) node.js wrapper for philomena-based imageboards (like derpibooru).

Usage no npm install needed!

<script type="module">
  import philomena from 'https://cdn.skypack.dev/philomena';
</script>

README

philomena

npm ci npm

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

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