feed-db

0.0.2 • Public • Published

feed-db

NPM Version LICENSE Build Status code style: prettier

Feed database read APIs.

Installation

npm install feed-db

Usages

Feeds

const { Feeds } = require("feed-db");
 
const feeds = new Feeds("feed-db.json");
 
console.log(feeds.getFeed("https://myblog.com"));
console.log(feeds.getFeed("https://www.myblog.com"));
console.log(feeds.getFeed("myblog.com"));

Related

License

Copyright (c) 2020 dailyrandomphoto. Licensed under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i feed-db

Weekly Downloads

5

Version

0.0.2

License

MIT

Unpacked Size

5.33 kB

Total Files

6

Last publish

Collaborators

  • dailyrandomphoto