{"id":18056085,"url":"https://github.com/argyleink/affilicats","last_synced_at":"2025-10-11T10:48:29.065Z","repository":{"id":145671583,"uuid":"148845540","full_name":"argyleink/affilicats","owner":"argyleink","description":"🐈 Progressive Web App demo that showcases flaky network resilience measures (📶 or 🚫📶).","archived":false,"fork":false,"pushed_at":"2018-09-16T00:09:41.000Z","size":901,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-14T16:52:43.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tomayac.github.io/affilicats/","language":"JavaScript","has_issues":false,"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/argyleink.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-09-14T21:54:23.000Z","updated_at":"2024-10-24T01:06:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"68b11f3f-f279-4a8f-9d1a-75e1a8ae0d64","html_url":"https://github.com/argyleink/affilicats","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/argyleink/affilicats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argyleink%2Faffilicats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argyleink%2Faffilicats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argyleink%2Faffilicats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argyleink%2Faffilicats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/argyleink","download_url":"https://codeload.github.com/argyleink/affilicats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argyleink%2Faffilicats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006866,"owners_count":26084208,"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-11T02:00:06.511Z","response_time":55,"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":[],"created_at":"2024-10-31T01:13:32.602Z","updated_at":"2025-10-11T10:48:29.039Z","avatar_url":"https://github.com/argyleink.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐈 AffiliCats\n\nA Progressive Web App demo that showcases various **flaky network resilience measures**.\n\nThe core idea is to simulate an affiliate or comparison app with various API calls\n(*e.g.*, for prices, stars, reviews, location, photos) proxied by dummy *lorem ipsum* type APIs\nwhere the conversion action is to click through to a third-party and place the affiliate cookie\n(that's the click the app never wants to lose).\n\n## Demo\n\nPlay with the app at\n👉 [tomayac.github.io/affilicats](https://tomayac.github.io/affilicats/) 👈. \n\n\u003cimg alt=\"Screenshot of the AffiliCats app\" src=\"https://github.com/tomayac/affilicats/blob/master/assets/screenshot.png\" width=\"320\"\u003e\n \n## Developing and Building\n\nYou can develop in the `/src` folder while you work on the app locally. Lint your code via `npm run lint`.\n\nThe app is remotely [deployed from the `/docs` folder](https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/#publishing-your-github-pages-site-from-a-docs-folder-on-your-master-branch).\nYou can build to there by running `npm run build`.\n\n## Things to try\n\n- **Use the app under ideal conditions:**\n  You should be able to freely click and browse around, content should always lazy-load. \n- **Search for something:**\n  You should be able to search for anything that has a [Wikimedia Commons category page](https://commons.wikimedia.org/wiki/Category:Topics) with images, for example, \"[Elephants](https://commons.wikimedia.org/wiki/Category:Elephants)\".\n- **Load while offline:**\n  You should see skeleton content and fallback images.\n- **Regain connection:**\n  You should see the app hydrate and load content.\n- **Lose connection while browsing:**\n  You should see the offline note and be no longer able to search. When you scroll and click around, fallback content should be shown.\n- **Click through to \"View Deal\" while offline:**\n  You should always—offline or not—be able to click through and see a countdown (paused if already offline, pausing if losing connection).\n- **Regain connection on the forward page:**\n  The countdown should start or resume and you should be redirected to the landing page.\n- **Use an ultra slow network:**\n  You should see timeout placeholders (a little clock icon) and info text for timed-out requests.\n\n## Acknowledgements\n\nThanks to [@jeffposnick](https://github.com/jeffposnick) for the thorough review of the app's service worker code.\n\n## License\n\nCopyright 2018 Thomas Steiner. All rights reserved.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargyleink%2Faffilicats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fargyleink%2Faffilicats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargyleink%2Faffilicats/lists"}