Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dailyrandomphoto/feed-db-importer
- Owner: dailyrandomphoto
- License: mit
- Created: 2019-12-04T16:43:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T06:24:11.000Z (over 3 years ago)
- Last Synced: 2024-11-06T19:54:50.061Z (about 2 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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