{"id":13706744,"url":"https://github.com/KyleMit/stack-posts","last_synced_at":"2025-05-05T23:31:27.119Z","repository":{"id":71746346,"uuid":"297851852","full_name":"KyleMit/stack-posts","owner":"KyleMit","description":"Personalized Local Copy of Stack Overflow","archived":false,"fork":false,"pushed_at":"2022-10-21T14:18:29.000Z","size":786,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T00:45:39.152Z","etag":null,"topics":["next","stackoverflow-api","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://stack-posts.vercel.app/","language":"CSS","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/KyleMit.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}},"created_at":"2020-09-23T04:27:23.000Z","updated_at":"2023-11-14T00:56:20.000Z","dependencies_parsed_at":"2023-02-22T21:46:19.298Z","dependency_job_id":null,"html_url":"https://github.com/KyleMit/stack-posts","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/KyleMit%2Fstack-posts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleMit%2Fstack-posts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleMit%2Fstack-posts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleMit%2Fstack-posts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KyleMit","download_url":"https://codeload.github.com/KyleMit/stack-posts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252593055,"owners_count":21773403,"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":["next","stackoverflow-api","typescript","vercel"],"created_at":"2024-08-02T22:01:06.991Z","updated_at":"2025-05-05T23:31:26.478Z","avatar_url":"https://github.com/KyleMit.png","language":"CSS","readme":"# Stack Posts\n\nPersonalized Local Copy of Stack Overflow\n\n## API Docs\n\n[Questions on Users](https://api.stackexchange.com/docs/questions-on-users#page=1\u0026pagesize=100\u0026order=desc\u0026sort=activity\u0026ids=1366033\u0026filter=!WXi8jmdCDBo_r-QTD3GFmuOlWj4Js-SxyFKgGyu\u0026site=stackoverflow\u0026run=true)\n\n\n## Todo\n\n* [ ] Fix/customize markdown rendered - [ex](https://www.myoverflow.dev/p/2522749)\n* [ ] Update to ESM\n  * [ ] Update to latest Remark Package\n* [ ] Use [Stacks](https://stackoverflow.design/)\n  * [ ] Replace inline build once stacks releases update\n  * [ ] Purge CSS\n* [ ] Add 404.tsx page\n* [ ] Improve Syntax Highlighting\n* [ ] Add code copy button\n* [ ] Fix Heading levels from markdown 1,2,3 -\u003e 4,5,6\n* [ ] Add Sort\n* [ ] Build site with **awesome** search 🚀\n* [ ] Run Weekly Update via Github Actions\n* [ ] R2\n  * All posts you've\n    * voted on\n    * favorited\n    * bountied\n    * ... are generally interested in\n* [ ] Cache bust param?\n* [x] Add tags view\n\n\n## SDK\n\n* [JavaScript SDK - Stack Exchange API](https://api.stackexchange.com/docs/js-lib)\n* [KarthikGangadhar/**stack-exchange**](https://github.com/KarthikGangadhar/stack-exchange) - This is a simple npm module that provides wrapper to access StackOverflow API\n* [StackExchange API JS SDk - Stack Apps](https://stackapps.com/q/6748/21608)\n\n## Example API Call\n\n```js\nconst userId = 1366033\nconst base = `https://api.stackexchange.com/2.2/users/${userId}/questions`\nconst params = {\n    page: \"1\",\n    pagesize: \"5\",\n    order: \"desc\",\n    sort: \"activity\",\n    site: \"stackoverflow\",\n    filter: \"ls.OxV)TU.yiDYF4d4clGwwb06WqnuOBDvxQZL\"\n}\nconst queryString = new URLSearchParams(params).toString()\nconst url = `${base}?${queryString}`\nconsole.log(url)\n// https://api.stackexchange.com/2.2/users/1366033/questions?page=1\u0026pagesize=5\u0026order=desc\u0026sort=activity\u0026site=stackoverflow\u0026filter=ls.OxV%29TU.yiDYF4d4clGwwb06WqnuOBDvxQZL\n```\n","funding_links":[],"categories":["CSS"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKyleMit%2Fstack-posts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKyleMit%2Fstack-posts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKyleMit%2Fstack-posts/lists"}