All Projects → chrisenytc → Themoviedb

chrisenytc / Themoviedb

Licence: other
A node.js module with support for both callbacks and promises to provide access to the TMDb API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Themoviedb

Pymedium
Unofficial Medium Python Flask API and SDK
Stars: ✭ 153 (+2960%)
Mutual labels:  api, sdk
Jcabi Github
Object Oriented Wrapper of Github API
Stars: ✭ 252 (+4940%)
Mutual labels:  api, sdk
Huobi java
Java SDK for Huobi Spot API
Stars: ✭ 180 (+3500%)
Mutual labels:  api, sdk
Sdk Js
Directus JS SDK — JavaScript Software Development Kit for Node and Browser
Stars: ✭ 117 (+2240%)
Mutual labels:  api, sdk
App
Directus Admin Application — An Intuitive WebApp for Managing Database Content
Stars: ✭ 464 (+9180%)
Mutual labels:  api, sdk
Colore
A powerful C# library for Razer Chroma's SDK
Stars: ✭ 121 (+2320%)
Mutual labels:  api, sdk
Strapi Sdk Javascript
🔌 Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (+4840%)
Mutual labels:  api, sdk
Flickr Sdk
Almost certainly the best Flickr API client in the world for node and the browser
Stars: ✭ 104 (+1980%)
Mutual labels:  api, sdk
Go Binance
A Go SDK for Binance API
Stars: ✭ 441 (+8720%)
Mutual labels:  api, sdk
Vk Io
Modern VK API SDK for Node.js
Stars: ✭ 401 (+7920%)
Mutual labels:  api, sdk
Ios Pdk
Pinterest iOS SDK
Stars: ✭ 114 (+2180%)
Mutual labels:  api, sdk
Swiftinstagram
Instagram API client written in Swift
Stars: ✭ 570 (+11300%)
Mutual labels:  api, sdk
Iextrading4j
IEX Cloud open source API wrapper
Stars: ✭ 112 (+2140%)
Mutual labels:  api, sdk
Cityengine Sdk
CityEngine is a 3D city modeling software for urban design, visual effects, and VR/AR production. With its C++ SDK you can create plugins and standalone apps capable to execute CityEngine CGA procedural modeling rules.
Stars: ✭ 137 (+2640%)
Mutual labels:  api, sdk
Dualsense Windows
Windows API for the PS5 DualSense controller
Stars: ✭ 111 (+2120%)
Mutual labels:  api, sdk
Coinapi Sdk
SDKs for CoinAPI
Stars: ✭ 238 (+4660%)
Mutual labels:  api, sdk
Shopify Api Php
🚀 Shopify API Client for PHP
Stars: ✭ 100 (+1900%)
Mutual labels:  api, sdk
Go Sdk
A composable toolbox of libraries to build everything from CLIs to enterprise applications.
Stars: ✭ 103 (+1960%)
Mutual labels:  api, sdk
Huobi python
Python SDK for Huobi Spot API
Stars: ✭ 391 (+7720%)
Mutual labels:  api, sdk
Dorita980
Unofficial iRobot Roomba and Braava (i7/i7+, 980, 960, 900, e5, 690, 675, m6, etc) node.js library (SDK) to control your robot
Stars: ✭ 523 (+10360%)
Mutual labels:  api, sdk

TheMovieDb Build Status NPM version

A node.js module with support for both callbacks and promises to provide access to the TMDb API

Getting Started

Install the module with: npm install themoviedb

var TheMovieDb = require('themoviedb');
var api = new TheMovieDb('API_KEY');

Documentation

API documentation

Contributing

Please submit all issues and pull requests to the chrisenytc/themoviedb repository!

Support

If you have any problem or suggestion please open an issue here.

License

The BSD License

Copyright (c) 2015, Christopher EnyTC

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • Neither the name of the Christopher EnyTC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].