Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

kinokava

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinokava

Movie schedules from [kinokavad.ee](https://kinokavad.ee).


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Kinokava

Movie schedules from kinokavad.ee.

Kinokavade otsing kinokavad.ee-st.

Installation

$ npm install kinokava

Usage examples

For example:

const kinokava = require('kinokava')
kinokava()
.then(res => console.log(res))

results in:

[ { time: '12:50', cinema: 'mustamäe', title: 'Pisipäkk (3D, EST)' },
  { time: '12:55', cinema: 'viimsi', title: 'Tondiloss  (5D)' },
  { time: '13:00', cinema: 'kosmos', title: 'Bohemian Rhapsody IMAX 2D' },
  { time: '13:05', cinema: 'viimsi', title: 'Lumeinimese poeg  (5D, EST)' },
  ... 74 more items ]

and

const kinokava = require('kinokava')
kinokava({cinema: 'ccplaza', time: '22:00'})
.then(res => console.log(res))

results in:

[ { time: '22:00', cinema: 'ccplaza', title: 'KINOKLASSIKA: Pahad poisid' },
  { time: '22:15', cinema: 'ccplaza', title: 'Operatsioon "Hunter Killer"' },
  { time: '22:15', cinema: 'ccplaza', title: 'Colette' },
  { time: '22:30', cinema: 'ccplaza', title: 'Halloween' } ]

Options

city: (String) Possible values are 'tallinn' (default), 'tartu' and 'pärnu'. Must be only specified if trying to find movies from non-Tallinn cinemas.

time: (String) Displays only movies starting after (and including) chosen time. Format examples: '22:15', '22'

cinema: (String) Name of cinema in lowercase. Example values: 'ccplaza', 'solaris', 'tasku', 'kosmos', 'kristiine' etc. To discover other values do a more general search.

Licence

MIT

FAQs

Package last updated on 07 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc