- Web application which recommends a country as a vacation destination based on a keyword input of the user's choice
- Vacation destination data scraped from https://www.roamright.com/country/list/
- Can obtain a completely random country for vacation
- Can find a list of countries given a keyword input
- Can add/remove these countries from the list of selections
- Can obtain a random country for vacation from the list of selections
-
Run app.py to start the application
-
Navigate to 127.0.0.1:5000 to view the user interface
-
Run scraper.py to scrape https://www.roamright.com/country/list/ and update the country data set