1.0.6 • Published 6 years ago

cinefile v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Cinefile

Overview

Node.js project that pulls movie or televison metadata based on a filename.

Installation

npm install cinefile

Use

A key from the moviedb API is required.

const cinefile = require('cinefile')({ moviedbKey: YOUR_MOVIEDB_KEY });

Running Tests

You will need to set the enviroment variable CINEFILE_MOVIEDB_KEY beforehand:

In Windows Powershell

$Env:CINEFILE_MOVIEDB_KEY = "my_key"

In Linux

export CINEFILE_MOVIEDB_KEY = "my_key"
npm test
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago