{"id":15587832,"url":"https://github.com/beaglefoot/fcc-image-search","last_synced_at":"2026-04-09T02:31:37.336Z","repository":{"id":98862629,"uuid":"131857737","full_name":"Beaglefoot/fcc-image-search","owner":"Beaglefoot","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-07T19:05:24.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-29T09:17:58.858Z","etag":null,"topics":["ejs","express","imgur-api","mongodb","mongoose","rest"],"latest_commit_sha":null,"homepage":"https://fcc-image-search-bf.glitch.me/","language":"JavaScript","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/Beaglefoot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-05-02T13:51:39.000Z","updated_at":"2018-05-07T19:06:55.000Z","dependencies_parsed_at":"2023-03-17T07:30:19.768Z","dependency_job_id":null,"html_url":"https://github.com/Beaglefoot/fcc-image-search","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"4f91a4e70a3c68bc7e6c341add72f1f6533981c4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Beaglefoot/fcc-image-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beaglefoot%2Ffcc-image-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beaglefoot%2Ffcc-image-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beaglefoot%2Ffcc-image-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beaglefoot%2Ffcc-image-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Beaglefoot","download_url":"https://codeload.github.com/Beaglefoot/fcc-image-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beaglefoot%2Ffcc-image-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31582605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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":["ejs","express","imgur-api","mongodb","mongoose","rest"],"created_at":"2024-10-02T22:04:24.477Z","updated_at":"2026-04-09T02:31:37.318Z","avatar_url":"https://github.com/Beaglefoot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Search Abstraction Layer\n\nThe fourth project in API section on [freeCodeCamp](https://www.freecodecamp.org/challenges/image-search-abstraction-layer).\n\n### The user stories are:\n\n* I can get the image URLs, alt text and page urls for a set of images relating to a given search string.\n* I can paginate through the responses by adding a `?offset=2` parameter to the URL.\n* I can get a list of the most recently submitted search strings.\n\n### Examples of usage:\n\n#### Images search:\n\nInput\n```\ncurl -X GET 'https://fcc-image-search-bf.glitch.me/search/cats'\n```\n\nOutput\n```\n[\n  {\n    \"text\": \"Imgur needs more pics of fat cats\",\n    \"page\": \"https://imgur.com/a/uVfzAL9\",\n    \"image\": \"https://i.imgur.com/c9TkcsQ.jpg\"\n  },\n  ...\n]\n```\n\nYou can provide an additional query parameter for pagination: `?offset=`\n\n#### Recent searches:\n\nInput\n```\ncurl -X GET 'https://fcc-image-search-bf.glitch.me/recent'\n```\n\nOutput\n```\n[\n  {\n    \"query\": \"cats\",\n    \"timestamp\": 1525717078149\n  },\n  {\n    \"query\": \"dogs\",\n    \"timestamp\": 1525687334818\n  },\n  ...\n]\n```\n\nYou can also choose the amount of recent queries with optional parameter:\n```\ncurl -X GET 'https://fcc-image-search-bf.glitch.me/recent/42'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeaglefoot%2Ffcc-image-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeaglefoot%2Ffcc-image-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeaglefoot%2Ffcc-image-search/lists"}