{"id":25878617,"url":"https://github.com/potherca-blog/faq.exchange","last_synced_at":"2026-06-08T06:31:28.467Z","repository":{"id":147392422,"uuid":"27897514","full_name":"potherca-blog/faq.exchange","owner":"potherca-blog","description":"\"Frequently Asked Questions\" site based on StackOverflow Questions and Answers","archived":false,"fork":false,"pushed_at":"2024-02-18T12:16:19.000Z","size":1067,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-02T12:40:49.896Z","etag":null,"topics":["exchange","expert-sex-change","experts-exchange","faq","faq-exchange","faq-system","frequently-asked-questions","potherca","questions-and-answers","stackoverflow","stackoverflow-answer","stackoverflow-api","stackoverflow-faq","stackoverflow-lite","stackoverflow-questions","stackoverflow-tags"],"latest_commit_sha":null,"homepage":"http://blog.pother.ca/faq.exchange/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/potherca-blog.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":"2014-12-11T23:50:59.000Z","updated_at":"2025-01-29T14:36:49.000Z","dependencies_parsed_at":"2025-03-02T12:35:26.205Z","dependency_job_id":"54a4ae08-5387-4a59-8968-e83fa78ee178","html_url":"https://github.com/potherca-blog/faq.exchange","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/potherca-blog/faq.exchange","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potherca-blog%2Ffaq.exchange","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potherca-blog%2Ffaq.exchange/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potherca-blog%2Ffaq.exchange/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potherca-blog%2Ffaq.exchange/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/potherca-blog","download_url":"https://codeload.github.com/potherca-blog/faq.exchange/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potherca-blog%2Ffaq.exchange/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34051768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["exchange","expert-sex-change","experts-exchange","faq","faq-exchange","faq-system","frequently-asked-questions","potherca","questions-and-answers","stackoverflow","stackoverflow-answer","stackoverflow-api","stackoverflow-faq","stackoverflow-lite","stackoverflow-questions","stackoverflow-tags"],"created_at":"2025-03-02T12:35:23.377Z","updated_at":"2026-06-08T06:31:28.462Z","avatar_url":"https://github.com/potherca-blog.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FAQ Exchange\n\nThe most frenquently asked questions on StackOverflow, for any given search-term.\n\n[![Project Stage Badge: Development]][Project Stage Page]\n[![License Badge]][GPL-3.0+]\n\n\"Frequently Asked Questions\" site based on StackOverflow Questions and Answers\n\n## Usage \n\n**faq.exchange** will display the top 30 most high scoring questions for a given topic.\n\nThe topic can be provided as a path, a query or an anchor.\n\nThat is to say, these URLs will all give you the same FAQ:\n\n- https://faq.exchange/phpunit-mocks\n- https://faq.exchange/?phpunit-mocks\n- https://faq.exchange/#phpunit-mocks\n\nObviously, `phpunit-mocks` can be replaced with topic or search-term you like.\n\nSeveral words can be combined using a \"plus\" character: `+`, for instance: `css+hsl`.\n\nTo search for a tag (instead of a word), use square brackets, `[` and `]`. For instance the most common questions for the most loved and wanted languages from [the 2019 Stackoverflow survey][stackoverflow-survey]?\n\n- **Go** http://faq.exchange/?[Go]\n- **JavaScript** http://faq.exchange/?[JavaScript]\n- **Kotlin** http://faq.exchange/?[Kotlin]\n- **Python** http://faq.exchange/?[Python]\n- **Rust** http://faq.exchange/?[Rust]\n- **TypeScript** http://faq.exchange/?[TypeScript]\n- **WebAssembly** http://faq.exchange/?[WebAssembly]\n\n[stackoverflow-survey]: https://insights.stackoverflow.com/survey/2019#most-loved-dreaded-and-wanted\n\n\nFeel free to [report suggestions or bugs][issues-url].\n\n## Inception\n\nAbout 8 minutes into his PHPNW12 Talk [The State of PHPUnit][state-of-phpunit], [Volker Dusch][volker-dusch] mentioned that there is a lot of stuff on StackOverflow that answer all the common questions.\nHe also states that he would be really happy if someone would take the time to compile them into a FAQ.\n\nSo [I][Potherca] decided to build one: https://faq.exchange/?phpunit-mocks/\n\nAfter a first version was online, it seemed like a neat plan to implement things in a more generic way so other topics could also be supported. This has been achieved by using the URL as a search-term.\n\n## Technical Details\n\nThe FAQ pulls the Questions and answers straight from the StackOverflow API:\nhttps://api.stackexchange.com/docs/advanced-search#order=desc\u0026sort=votes\u0026q=phpunit%20mocks\u0026site=stackoverflow\u0026filter=!SC_g(LT_pJnL2lxfET--P_)p5zPQ212ioRM-*552DRcbu*sEtpTSNJ)dt(y8IgtT.\n\n[GPL-3.0+]: ./LICENSE\n[issues-url]: https://github.com/potherca/faq.exchange/issues/new\n[License Badge]: https://img.shields.io/badge/License-GPL--3.0%2B-lightgray.svg\n[Potherca]: https://pother.ca/\n[Project Stage Badge: Development]: https://img.shields.io/badge/Project%20Stage-Development-yellowgreen.svg\n[Project Stage Page]: https://bl.ocks.org/potherca/raw/a2ae67caa3863a299ba0/\n[state-of-phpunit]: https://www.phpnw.org.uk/talk/the-state-of-phpunit/\n[volker-dusch]: https://twitter.com/__edorian\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotherca-blog%2Ffaq.exchange","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpotherca-blog%2Ffaq.exchange","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotherca-blog%2Ffaq.exchange/lists"}