moviez
v1.1.1
Published
Easiest way to choose random movies
Downloads
8
Readme
moviez
- moviez
- Dependencies
- Requirements
- Installation
- Usage
- Getting your movie list
- Inserting a movie to the list
- Choosing a random movie
Dependencies
- TypeORM
- sqlite3
- reflect-metadata
- random
Requirements
- Node.JS
Installation
From NPM
# You need to install with "--unsafe-perm" because it uses sqlite3 locally $ npm install -g moviez --unsafe-perm
From source
$ git clone https://github.com/powilliam/moviez.git # Create a copy of run file inside bin folder and name it to moviez # Add ./moviez/bin/ to your PATH environment variables
Usage
# Getting your movie list
$ moviez list
# Inserting a movie to the list
$ moviez add --name="My movie name" --genre="i think that it is and animation"
# Choosing a random movie from your list
$ moviez choose