A simple module to notifier you when your favourite movie is being played at most Sri Lankan cinemas.
Download node at nodejs.org and install it, if you haven't already.
npm install movie-notifier-lk --save
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();
Not implemented yet.
No tests yet.
- 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
None
ISC