1.0.2 • Published 8 years ago

scruffy v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

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
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago