I’d like to build something that could take a string such as
ISBN:978-0134190440
and change it to
http://www.amazon.com/Programming-Language-Addison-Wesley-Professional-Computing/dp/0134190440/ref=sr_1_1?ie=UTF8&qid=1460139227&sr=8-1
Perhaps using the Product API
http://docs.aws.amazon.com/AWSECommerceService/latest/DG/EX_LookupbyISBN.html
or perhaps something more simple (if such a mechanism exists).
Does this make sense? Would it be interesting to anyone else? Anyone interested in helping? I have made some changes to Hugo but wouldn’t be sure where to start on a project such as this.