Git Product home page Git Product logo

tvmaze's People

Contributors

alallier avatar jonhester avatar pierrickmartos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tvmaze's Issues

getSeasons

Hello,

I successfully added the getSeasons method in the index.js module file in my project :

{
	key: 'getSeasons',
	value: function getSeasons(tvMazeId) {
		return (0, _requestPromise2.default)({
			url: this.APIURL + 'shows/' + tvMazeId + '/seasons',
			json: true
		});
	}
}

Then I wanted to fork the project in order to make a pull request, but the code doesn't seem to be the same so I don't understand ^^

Could you help me please ?

Thanks.

How to contribute to project?

Hello I'd like to be able to fork this project and add some features but i can't figure out how your GitHub source code turns into the post-processed format that the npm module has. Can you detail what build process you're using so i can hack on the module and use npm link on my fork to test changes? I see you have build script in package.json but it seems it is maybe Linux dependent? I am developing in Windows. Any help you can provide would be greatly appreciated.

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.