A simple command line tool to push your imdb watchlist to trakt
##Prerequisites
- An imdb account
- A trakt.tv account
- node and npm
- TypeScript compiler
You also need to create a trakt.tv app to get an api key. Once you've created the app use the PIN authentication method to get an access token.
##To run this script
- run 'npm install'
- fill out your details in the credentials.ts
- run 'npm run-script compile'
- run 'npm start'