scruffy

1.0.2 • Public • Published

Scruffy

A node.js service for turning an RSS feed into a JSON ticker

Build Status

Install from npm:

npm install scruffy --save

Example:

import { Feed } from 'scruffy'

const feed = new Feed({ url: 'http://blog.samaltman.com/posts.atom' })

feed.on('ready', () => feed.top().subscribe(item => console.log(item.title)))

feed.init()

Commands

Run nodemon for development

npm start

Run tests and watch for changes for development

npm test

Run tests once

npm run tests-once

Build

npm run build

Run example

npm run example

Readme

Keywords

Package Sidebar

Install

npm i scruffy

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • iangregson