Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dailyrandomphoto/feed-db-importer

Import feeds to feed DB.
https://github.com/dailyrandomphoto/feed-db-importer

Last synced: about 1 month ago
JSON representation

Import feeds to feed DB.

Awesome Lists containing this project

README

        

# feed-db-importer

[![NPM Version][npm-version-image]][npm-url]
[![LICENSE][license-image]][license-url]
[![Build Status][travis-image]][travis-url]
[![code style: prettier][code-style-prettier-image]][code-style-prettier-url]

Import feeds to feed DB.

## Installation

```sh
npm install feed-db-importer
```

## Usages

```sh
$ npx feed-db-import FILENAME
```

Available file type

- json
- yaml
- opml

## License

Copyright (c) 2020 [dailyrandomphoto][my-url]. Licensed under the [MIT license][license-url].

[my-url]: https://github.com/dailyrandomphoto
[npm-url]: https://www.npmjs.com/package/feed-db-importer
[travis-url]: https://travis-ci.org/dailyrandomphoto/feed-db-importer
[license-url]: LICENSE
[code-style-prettier-url]: https://github.com/prettier/prettier
[npm-downloads-image]: https://img.shields.io/npm/dm/feed-db-importer
[npm-version-image]: https://img.shields.io/npm/v/feed-db-importer
[license-image]: https://img.shields.io/npm/l/feed-db-importer
[travis-image]: https://img.shields.io/travis/dailyrandomphoto/feed-db-importer
[code-style-prettier-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square