A simple module to notifier you when your favourite movie is being played at most Sri Lankan cinemas.
npm install movie-notifier-lkA 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.
``sh`
npm install movie-notifier-lk --saveUsage
`js
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();
``
- 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