movie-notifier-lk

0.0.3 • Public • Published

movie-notifier-lk

A simple module to notifier you when your favourite movie is being played at most Sri Lankan cinemas.

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install movie-notifier-lk --save

Usage

EAP Movies

var MovieNotifier = require('movie-notifier-lk');

var notifier = MovieNotifier.EAP({
  interval: 2000,
  search: 'Batman vs. Superman'
});

notifier.on('found', function(movie){
  console.log( movie + ' is being played at EAP cinemas.')
});

notifier.listen();

Ceylon Theaters

Not implemented yet.

Tests

No tests yet.

Dependencies

  • autocorrect: Find the best matching word using the first smallest Levenshtein distance
  • debug: small debugging utility
  • striptags: PHP strip_tags in Node.js
  • superagent: elegant & feature rich browser / node HTTP with a fluent API

Dev Dependencies

None

License

ISC

Readme

Keywords

none

Package Sidebar

Install

npm i movie-notifier-lk

Weekly Downloads

2

Version

0.0.3

License

ISC

Last publish

Collaborators

  • ishanmarikar