node-ivoox

1.1.7 • Public • Published

node-ivoox

Unofficial iVoox API for node

NPM

Build Status Code Climate Coverage Status

Install

npm install node-ivoox

Use

var ivoox = require('node-ivoox');

ivoox.audios().then(function(data) { console.log(data) }).catch(function(e) { console.error(e); });

Methods

  • audios([urlPodcasts])
  • podcasts()
  • search(string)

Example of a response

[
  {
    "author": "La Lupa con Rosa Pérez (Podcast oficial)",
    "category": "Misterio y otras realidades",
    "file": "http://ivoox.com/listen_mn_3423261_1.mp3",
    "imgMain": "http://static-1.ivoox.com/audios/1408745050g.jpg",
    "imgMini": "http://static-1.ivoox.com/usuarios/6251441429674mini.jpg",
    "link": "http://www.ivoox.com/lupa-casas-malditas-encantadas-con-audios-mp3_rf_3423261_1.html",
    "title": "La Lupa – “Casas malditas y encantadas” con Joaquín Abenza, J.M Marsella, Jesús..."
  },
  {
    "author": "Contraperiodismo Matrix",
    "category": "Misterio y otras realidades",
    "file": "http://ivoox.com/listen_mn_9103980_1.mp3",
    "imgMain": "http://static-1.ivoox.com/canales/6371393915683g.jpg",
    "imgMini": "http://static-1.ivoox.com/usuarios/1211442557042mini.jpg",
    "link": "http://www.ivoox.com/211015-contraperiodismo-matrix-nba-iluminati-audios-mp3_rf_9103980_1.html",
    "title": "211015 contraperiodismo matrix. NBA iluminati."
  }
]

Readme

Keywords

Package Sidebar

Install

npm i node-ivoox

Weekly Downloads

0

Version

1.1.7

License

MIT

Unpacked Size

10.6 kB

Total Files

11

Last publish

Collaborators

  • edgarkmarita