/tiii.me

How much time you’ve spent watching TV shows

Primary LanguageJavaScript

How much time you’ve spent watching TV shows

Demo: http://tiii.me

A small web app that calculates how much time you’ve spent watching TV shows. TV shows API by Trakt. Autocomplete plugin by Igor Vaynberg.

Forking / Using the project yourself

If you’re gonna use this project, please change the Trakt API key in the JavaScript file to your own API key. You can get one by signing up here: https://trakt.tv/join and then going to the API docs.

The exact file you need to change with your own API key is /scripts/partials/tv_show.js, line #33, but you’ll also want to compile a new minified app.min.js file (that’s the JS file that gets referenced in the HTML, line 101) and replace the old one.

License

All demos found in this repo are licensed under the MIT License.

The MIT License (MIT) Copyright (c) 2014, Alex Cican.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Email me: alex@alexcican.com

Alex Cican