Description
Build a command-line interactive interface in Python for users to search National Sites in every state and their nearby places.
- Build a command-line interactive interface in Python for searching National Sites and their nearby places.
- Implemented web crawler to scrape information about National Sites from nps.gov and parse HTML string using the BeautifulSoup module.
- Designed classes to model scraped data and implemented unit testing to ensure the program would work as intended.
- Utilized MapQuest API to get National Sites’ nearby places.