Giter VIP home page Giter VIP logo

node-eztv's Introduction

Software Designer & Engineer / Founder @ HyperCharts

Projects

I'm also available for freelance and consulting work. Get in touch if interested!


Find me online

Twitter: @moesalih_
IndieHackers: indiehackers.com/MoeSalih

node-eztv's People

Contributors

amilajack avatar ewnd9 avatar moesalih avatar silversass avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

node-eztv's Issues

Project alive?

@moesalih Is this project alive? If you don't have time to contribute anymore, I am willing to maintain this project by doing the following:

  • resolve issues
  • Merge pull requests
  • Write tests
  • Update the codebase to ES6 from ES5

does this still work?

with 0.0.5 from npm, I run this code:

var eztv = require('eztv');

eztv.getShows({}, function(err, results) {
    if (err) throw err;
    console.log(results);
});

and get

[]

status not being filled

in 0.0.6, status property is being set to undefined.

var eztv = require('eztv');
eztv.getShows({}, function(err, results) {
    if (err) throw err;
    console.log(results);
});

and I get lots of records like this:

{
   url: '/shows/798/vikings-us/',
    id: 798,
    slug: 'vikings-us',
    title: 'Vikings (US)',
    status: undefined
}

Error getting show episodes

Hi! The getShows function works flawlessly, but getShowEpisodes always give me an error: [Error: Error getting show episodes], is the Api changed or am I doing something wrong? I'm simply doing this:

eztv.getShowEpisodes({showId:query},function(error, results) {
    console.log(error);
    console.log(results);
})

What I'm doing wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.