Skip to content

RobLoach/metalsmith-feedparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metalsmith FeedParser Plugin NPM version

Build Status Dependency Status

Metalsmith plugin to import content from an RSS feed with FeedParser.

Installation

npm install --save metalsmith-feedparser

CLI

If you are using the command-line version of Metalsmith, you can install via npm, and then add the metalsmith-feedparser key to your metalsmith.json file:

{
  "plugins": {
    "metalsmith-feedparser": {}
  }
}

JavaScript

If you are using the JS Api for Metalsmith, then you can require the module and add it to your .use() directives:

var feedparser = require('metalsmith-feedparser');

metalsmith.use(feedparser());

Usage

TODO: Add usage documentation.

License

MIT

About

Metalsmith FeedParser Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published