Skip to content

OshinKaramian/cinefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published