Skip to content

bezdziel/Bookstore

Repository files navigation

Bookstore is a simple web-based application which can display basic information about books finds by bookstore providers.

To use Amazon provider you have to put your keys to appSettings section in Web.config

Example:

<appSettings>
  <add key="AmazonApiKey" value="YOUR_API_KEY_HERE"/>
  <add key="AmazonSecret" value="YOUR_SECRET_HERE"/>
  <add key="AmazonAssociateTag" value="YOUR_ASSOCIATETAG_HERE"/>
<appSettings>

About

Books prices comparer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published