Skip to content

FrancescoCioria/cinema-italy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎥 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:

image

Print cinemas schedule

Pass the boolean arg --cinema to print the cinema schedule instead:

image

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.

About

CLI to list movies and cinemas in Italy

Resources

Stars

Watchers

Forks

Packages

No packages published