0.0.2 • Published 4 years ago

feed-db v0.0.2

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

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.