/swapp

Find all SW movies where given characters appear

Primary LanguagePython

Swapp

Find all movies in which given Star Wars characters appear together in.
Requires Python 3.X (More info at https://www.python.org/about/gettingstarted/).
Data provided by The Star Wars API

Installation and Usage

$ git clone https://github.com/metdinov/swapp
$ cd swapp
$ chmod +x swapp.py
$ ./swapp luke leia

Tests

Run tests with

$ python3 -m unittest

Be warned that tests hit the API endpoint, so it might take some time.

Demo

asciicast