Skip to content
This repository was archived by the owner on Feb 14, 2019. It is now read-only.
/ mercury Public archive

[Deprecated] ๐Ÿ“– Fulltext extraction via Mercury Parser

License

Notifications You must be signed in to change notification settings

HenryQW/mercury

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

Warning

Mercury API will be shutting down in the future, please read more here

You'are advised to host your own mercury instance, thus this repo will be deprecated in the future. For a dockerized self-host solution, please visit my repo mercury-parser-api.

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


About

[Deprecated] ๐Ÿ“– Fulltext extraction via Mercury Parser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published