cinema-italy
v1.0.7
Published
CLI to list movies and cinemas in Italy
Downloads
3
Readme
🎥 Cinema Italy 🇮🇹
CLI to list movies/cinemas schedules in Italy's cities.
npm i -g cinema-italy
Print movies schedule
By default it prints the schedule of each movie showing in which cinemas and when they are playing:
Print cinemas schedule
Pass the boolean arg --cinema
to print the cinema schedule instead:
Change city
The default city is Milano (and its province), to change it pass a city with the --city
string arg:
--city roma
The results include the movies projected in the city's province.
Notes:
- the city must be passed in italiano
- only major cities are supported (capoluoghi di provincia)
Filter
Full text query
The main argument is treated as full text query and used to filter the movies (cinemas if --cinema
) whose title includes the query.
Original Version
Finding a movie not dubbed in Italy is hard... pass the --ov
boolean arg to show only the movies played in the original language.
Add links to movies/cinemas
Pass --links
to print beside each movie/cinema header a link to quickly search for it on internet.
Movies will be searched on IMDB, while cinems on Google Maps.