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

estonian-cinema-api

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

estonian-cinema-api - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

29

CHANGELOG.md

@@ -0,1 +1,30 @@

# v0.2.2
## Add show object format to README
```javascript
{
movie: {
title: 'The Lego Batman Movie',
localizedTitle: 'Lego Batman Film',
year: 2017,
posterUrl: 'http://media.forumcinemas.ee/1000/Event_6746/portrait_medium/Lego-Batman_B1_EE_Preview.jpg',
length: 104
},
id: 286658,
time: 2017-02-26T16:10:00.000Z,
timeUTC: 2017-02-26T14:10:00.000Z,
dimensions: 3,
language: 'et',
isImax: false,
auditorium: 'Saal 5',
url: 'http://www.forumcinemas.ee/Websales/Show/286658/',
cinema: {
alias: 'ccplaza',
name: 'Coca-Cola Plaza'
}
}
```
<!-- -->
# v0.2.1

@@ -2,0 +31,0 @@ ## Add README

2

package.json
{
"name": "estonian-cinema-api",
"version": "0.2.1",
"version": "0.2.2",
"description": "JavaScript interface to get shows for Estonian cinemas.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -45,2 +45,28 @@ # Estonian Cinema API

A show object has the following format:
```javascript
{
movie: {
title: 'The Lego Batman Movie',
localizedTitle: 'Lego Batman Film',
year: 2017,
posterUrl: 'http://media.forumcinemas.ee/1000/Event_6746/portrait_medium/Lego-Batman_B1_EE_Preview.jpg',
length: 104
},
id: 286658,
time: 2017-02-26T16:10:00.000Z,
timeUTC: 2017-02-26T14:10:00.000Z,
dimensions: 3,
language: 'et',
isImax: false,
auditorium: 'Saal 5',
url: 'http://www.forumcinemas.ee/Websales/Show/286658/',
cinema: {
alias: 'ccplaza',
name: 'Coca-Cola Plaza'
}
}
```
**Please use this library responsibly and don't make too many requests to the cinema websites!**

@@ -47,0 +73,0 @@

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