mercury-wrapper

1.0.3 • Public • Published

mercury-wrapper

mercury-wrapper utilizes Mercury Parser to extract the full content for feeds. An API key is required to use this plugin, which is available for free here.

Also availble as a Tiny Tiny RSS plugin

Installation

npm install mercury-wrapper

Usage

const mercury = require("./mercury-wrapper")(process.env.API_KEY);
 
const res = async () => {
  await mercury.parse(
    "https://en.wikipedia.org/wiki/List_of_airports_by_IATA_code:_L"
  );
};
 
console.log(res.data);

Reference


Package Sidebar

Install

npm i mercury-wrapper

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

3.17 kB

Total Files

7

Last publish

Collaborators

  • henrywang