rss-to-speech
v1.0.1
Published
RSS to Speech
Downloads
1
Maintainers
Readme
RSS News to Speech
Node.js app fetches an RSS feed, and reads news titles out loud by using the text-to-speech library Say.
Quick Start
Read New York Times news:
const rssToSpeech = require('./index');
rssToSpeech('http://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml');