estonian-cinema-api
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -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 |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11052
87