{"id":18615085,"url":"https://github.com/andrewjbateman/angular-api-booklist","last_synced_at":"2025-10-24T15:39:13.184Z","repository":{"id":38297512,"uuid":"256714123","full_name":"AndrewJBateman/angular-api-booklist","owner":"AndrewJBateman","description":":clipboard: App to retrieve and display book details from the Google books API","archived":false,"fork":false,"pushed_at":"2023-02-03T06:01:41.000Z","size":3164,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T01:34:35.550Z","etag":null,"topics":["angular","angular-material","angular-material15","angular15","flex-layout","google-books-api","http-requests"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewJBateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-18T09:26:00.000Z","updated_at":"2024-05-14T14:53:59.000Z","dependencies_parsed_at":"2023-02-15T09:16:47.347Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/angular-api-booklist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/angular-api-booklist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-api-booklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-api-booklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-api-booklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-api-booklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/angular-api-booklist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-api-booklist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280821799,"owners_count":26397424,"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","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["angular","angular-material","angular-material15","angular15","flex-layout","google-books-api","http-requests"],"created_at":"2024-11-07T03:28:05.057Z","updated_at":"2025-10-24T15:39:13.150Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","readme":"# :zap: Angular API Booklist\n\n* Angular with Angular Material app to search for books from the Google Books API\n* Displays initial list of books using predefined list query\n* Allows user to search for books using a query string of 4 or more letters\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/angular-api-booklist?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/angular-api-booklist?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/angular-api-booklist?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/angular-api-booklist?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Angular API Booklist](#zap-angular-api-booklist)\n  * [:page\\_facing\\_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal\\_strength: Technologies](#signal_strength-technologies)\n  * [:floppy\\_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \\\u0026 To-Do List](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file\\_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* Book search form and search results displayed using mat-cards\n\n## :camera: Screenshots\n\n* ![Example screenshot](./img/books.png)\n\n## :signal_strength: Technologies\n\n* [Angular v15](https://angular.io/) javascript framework\n* [Angular Material v15](https://material.angular.io/) component library\n* [Angular Material Icons](https://material.io/resources/icons/?style=baseline)\n* [@ngrx/store v15](https://ngrx.io/guide/store) RxJS powered state management\n\n## :floppy_disk: Setup\n\n* Install dependencies using `npm i`\n* Run `ng serve` to get a server at `http://localhost:4200/`\n* If required, run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.\n\n## :computer: Code Examples\n\n* extract from google-books.service.ts to retrieve book search items from Google Books API\n\n```typescript\nexport class GoogleBookService {\n  private API_URL = \"https://www.googleapis.com/books/v1/volumes\";\n\n  constructor(private http: HttpClient) {}\n\n  findBook(title: string): Observable\u003cBook[]\u003e {\n    return this.http\n      .get\u003cGoogleBooksApiInterface\u003e(`${this.API_URL}?q=${title}`)\n      .pipe(map((data: GoogleBooksApiInterface) =\u003e data.items));\n  }\n}\n```\n\n## :cool: Features\n\n* Google book search API does not require a key\n* Uses [*ngFor](https://blog.angular-university.io/angular-2-ngfor/) first and last of list identifiers to change CSS class colors\n\n## :clipboard: Status \u0026 To-Do List\n\n* Status: Working\n* To-Do:  Add book-detail, improve side-nav\n\n## :clap: Inspiration\n\n* [Google Books APIs: Performing a Search](https://developers.google.com/books/docs/v1/using)\n* [Tutorial Tips: Cannot find name '..'. Do you need to change your target library?](https://tutorial.tips/solved-cannot-find-name-do-you-need-to-change-your-target-library/)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@gmail.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fangular-api-booklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fangular-api-booklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fangular-api-booklist/lists"}