Skip to content

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

Notifications You must be signed in to change notification settings

ishan-marikar/movie-notifier-sri-lanka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published