Skip to content

The application takes a text file (containing names of books) as input and then fetches details of books from Amazon. It then sorts them in alphabetical order using ISBN Numbers before displaying the same as a list.

Notifications You must be signed in to change notification settings

npcode15/AmazonLookUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Book Name Fetcher

The application takes a text file (containing ISBN numbers of books) as input and then fetches details of books from Amazon. It then sorts them in alphabetical order using ISBN Numbers before displaying the same as a list. To execute the application please run BooksLookUp.java ISBNPool.txt contains the ISBN numbers of desired books.

Lessons Learnt

This project allowed me to gain concurrent programming insight and learn about regular expressions.

About

The application takes a text file (containing names of books) as input and then fetches details of books from Amazon. It then sorts them in alphabetical order using ISBN Numbers before displaying the same as a list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages