rssjson

0.0.1 • Public • Published

rssjson Build Status

RSS promise generator for Node

Install

$ yarn add rssjson

Usage

const rssjson = require('rssjson')
 
await rssjson('https://hipsters.tech/feed/podcast/')
 
/*
[{
  title: 'Startups, investimentos e corretoras – Hipsters #70',
  description: 'Algumas startups estão tentando resolver a vida financeira das pessoas! Vamos entender o que elas estão fazendo e como nesse episódio.',
  link: 'https://hipsters.tech/startups-investimentos-e-corretoras-hipsters-70/',
  url: 'https://hipsters.tech/startups-investimentos-e-corretoras-hipsters-70/',
  created: 1510624922000,
  enclosures: [{
    url: 'https://media.blubrry.com/hipsterstech/content.blubrry.com/hipsterstech/hipsters_070_startups_corretoras.mp3',
    length: '26568673',
    type: 'audio/mpeg'
  }]
}, ...]
*/

API

rssjson(url)

Returns a promise

Type: string
Required

RSS url

License

MIT © Bu Kinoshita

Package Sidebar

Install

npm i rssjson

Weekly Downloads

4

Version

0.0.1

License

MIT

Last publish

Collaborators

  • bukinoshita