CLI to list movies/cinemas schedules in Italy's cities.
npm i -g cinema-italy
By default it prints the schedule of each movie showing in which cinemas and when they are playing:
Pass the boolean arg --cinema
to print the cinema schedule instead:
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)
The main argument is treated as full text query and used to filter the movies (cinemas if --cinema
) whose title includes the query.
Finding a movie not dubbed in Italy is hard... pass the --ov
boolean arg to show only the movies played in the original language.
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.