- Visit the url entered by user.
- Search for all href links and src links on the page.
- Add src links to final object and add href links (if from same domain) to queue array.
- When finished scraping page move to next url in the queue, add scraped url to array for checking so that pages are not scraped more than once.
- Once queue is empty, print final object to console.