An open API service indexing awesome lists of open source software.

https://github.com/johackim/netclix

A simple cli tool to get movie streaming link.
https://github.com/johackim/netclix

cli imdb piracy streaming warez

Last synced: about 1 month ago
JSON representation

A simple cli tool to get movie streaming link.

Awesome Lists containing this project

README

          

Netclix
===

[![Version](https://img.shields.io/github/tag/johackim/netclix.svg?label=version&style=flat-square&colorA=0d7377&colorB=44c2c7)](https://github.com/johackim/netclix/releases)
[![License](https://img.shields.io/badge/license-GPL%20v3%2B-yellow.svg?style=flat-square&colorA=0d7377&colorB=44c2c7)](https://raw.githubusercontent.com/johackim/netclix/master/LICENSE.txt)
[![Build status](https://img.shields.io/travis/johackim/netclix.svg?style=flat-square&colorA=0d7377&colorB=44c2c7)](https://travis-ci.org/johackim/netclix/branches)
[![Code Climate](https://img.shields.io/codeclimate/maintainability/johackim/netclix.svg?style=flat-square&colorA=0d7377&colorB=44c2c7)](https://codeclimate.com/github/johackim/netclix)
[![Downloads](https://img.shields.io/npm/dt/netclix.svg?style=flat-square&colorA=0d7377&colorB=44c2c7)](https://www.npmjs.com/package/netclix)

> A simple cli tool to get movie streaming link.

DEPRECATED : vodlocker.to, the web service behind netclix is closed.

[![asciicast](https://asciinema.org/a/125918.png)](https://asciinema.org/a/125918?t=0:01)

## Prerequisites

- [Node.js](https://nodejs.org/) v6.0+

## Installation

```bash
npm install --global netclix
```

or

```bash
# Arch Linux
pacaur -S netclix
```

## Usage

```bash
netclix
```

## Running the tests

```bash
make test
```

## License

This project is licensed under the GNU GPL v3.0 - see the [LICENSE.txt](LICENSE.txt) file for details

**Free Software, Hell Yeah!**