{"id":16157279,"url":"https://github.com/nithinbekal/amazon_books","last_synced_at":"2025-03-18T20:30:50.584Z","repository":{"id":57478800,"uuid":"74455633","full_name":"nithinbekal/amazon_books","owner":"nithinbekal","description":"Fetch book information from Amazon API","archived":false,"fork":false,"pushed_at":"2018-11-16T04:50:51.000Z","size":18,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T12:07:33.431Z","etag":null,"topics":["amazon-api","amazon-books","elixir","elixir-lang"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nithinbekal.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-22T09:20:46.000Z","updated_at":"2023-02-14T17:58:58.000Z","dependencies_parsed_at":"2022-09-18T05:44:49.551Z","dependency_job_id":null,"html_url":"https://github.com/nithinbekal/amazon_books","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nithinbekal%2Famazon_books","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nithinbekal%2Famazon_books/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nithinbekal%2Famazon_books/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nithinbekal%2Famazon_books/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nithinbekal","download_url":"https://codeload.github.com/nithinbekal/amazon_books/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243950792,"owners_count":20373664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon-api","amazon-books","elixir","elixir-lang"],"created_at":"2024-10-10T01:49:04.038Z","updated_at":"2025-03-18T20:30:50.296Z","avatar_url":"https://github.com/nithinbekal.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Amazon Books API\n\nProvides functions to fetch book information from Amazon Products API.\n\n## Usage\n\nAdd `amazon_books` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:amazon_books, \"~\u003e 0.4.0\"}]\nend\n```\n\nConfigure your AWS credentials like this:\n\n```elixir\nconfig :amazon_books, :associate_tag, \"associate-tag\"\nconfig :amazon_books, :access_key_id, \"your-access-key\"\nconfig :amazon_books, :secret_access_key, \"your-key\"\n```\n\nIn production, you might want to load your config from environment variables.\nFor this, you can use the following syntax:\n\n```elixir\nconfig :amazon_books,\n  associate_tag: {:system, \"AMAZON_ASSOCIATE_TAG\"},\n  access_key_id: {:system, \"AMAZON_ACCESS_KEY_ID\"},\n  secret_access_key: {:system, \"AMAZON_SECRET_ACCESS_KEY\"}\n```\n\nExamples:\n\n```elixir\n# Lookup by ISBN 10 or ASIN\nAmazonBooks.lookup(\"076243631X\")\n\n# Search by title or keywords\nAmazonBooks.search_by_title(\"Elixir in Action\")\nAmazonBooks.search_by_keywords(\"elixir programming\")\n\n# Search within a country (defaults to US)\nAmazonBooks.search_by_title(\"Elixir in Action\", %{\"country\" =\u003e \"IN\"})\n\n# Include additional options\nAmazonBooks.lookup(\"076243631X\", %{\"Sort\" =\u003e \"relevancerank\"})\n\n# Perform custom queries\nAmazonBooks.query(%{\"Title\" =\u003e \"Harry Potter\", \"Sort\" =\u003e \"relevancerank\"})\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnithinbekal%2Famazon_books","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnithinbekal%2Famazon_books","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnithinbekal%2Famazon_books/lists"}