{"id":19016367,"url":"https://github.com/aloisdg/stacktribution","last_synced_at":"2025-10-13T16:15:33.826Z","repository":{"id":45142519,"uuid":"406926879","full_name":"aloisdg/Stacktribution","owner":"aloisdg","description":"A tiny webapp to generate proper attribution to a Stack Overflow's answer.","archived":false,"fork":false,"pushed_at":"2022-01-05T17:04:25.000Z","size":1172,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-23T02:45:37.654Z","etag":null,"topics":["hacktoberfest","hacktoberfest-accepted","nextjs","react","stackoverflow","stackoverflow-answer","stackoverflow-api","stackoverflow-questions","tailwind","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://stacktribution.vercel.app/","language":"JavaScript","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/aloisdg.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}},"created_at":"2021-09-15T21:15:24.000Z","updated_at":"2022-11-16T13:12:11.000Z","dependencies_parsed_at":"2022-07-21T06:18:15.057Z","dependency_job_id":null,"html_url":"https://github.com/aloisdg/Stacktribution","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/aloisdg%2FStacktribution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdg%2FStacktribution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdg%2FStacktribution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdg%2FStacktribution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aloisdg","download_url":"https://codeload.github.com/aloisdg/Stacktribution/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250360251,"owners_count":21417717,"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":["hacktoberfest","hacktoberfest-accepted","nextjs","react","stackoverflow","stackoverflow-answer","stackoverflow-api","stackoverflow-questions","tailwind","tailwindcss","typescript"],"created_at":"2024-11-08T19:43:10.147Z","updated_at":"2025-10-13T16:15:33.738Z","avatar_url":"https://github.com/aloisdg.png","language":"JavaScript","readme":"# Stacktribution\n\nProper attribution done fast.\n\nI realise that most people don't respect attribution rules from Stack Overflow. Stacktribution is a small web app to help with that. Beside compliance, it fixes some trouble by saving answers next to the source code.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/3449303/139926960-e3f5fab4-5634-4a20-96c8-ddc832922ab2.png\" alt=\"meme\" height=\"280\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://www.reddit.com/r/ProgrammerHumor/comments/qkna4i/when_you_run_into_the_same_issue_years_later/\"\u003eWhen you run into the same issue years later\u003c/a\u003e\n  \u003cbr\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/3449303/139929881-aa005a6d-2e33-490b-b89a-3100832b00dd.png\" alt=\"comments\"/\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://www.reddit.com/r/ProgrammerHumor/comments/q7tch9/nothing_can_match_this_feeling/hgl4kfs/\"\u003eAdd the link to your code\u003c/a\u003e\n\u003c/p\u003e\n\n### Demo\n\n![demo_stacktribution](https://user-images.githubusercontent.com/3449303/133624048-0093e2ef-7aa2-4d5e-b725-db96e00c509a.gif)\n\n### StackExchange's rules\n\nAttribution is [required](https://stackoverflow.blog/2009/06/25/attribution-required/).\n\n\u003e You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).\n\nThere are not an official way to do it, but here are the rules:\n\n\u003e So let me clarify what Stack Overflow means by attribution. If you republish a content, they require that you:\n\u003e 1. Visually indicate that the content is from Stack Overflow or the Stack Exchange network in some way. It doesn’t have to be obnoxious; a discreet text blurb is fine.\n\u003e 2. Hyperlink directly to the original question on the source site (e.g., http://stackoverflow.com/questions/12345)\n\u003e 3. Show the author names for every question and answer\n\u003e 4. Hyperlink each author name directly back to their user profile page on the source site (e.g., http://stackoverflow.com/users/12345/username)\n\nFrom that, I created some compliant [templates](https://github.com/aloisdg/Stacktribution/blob/main/src/utils/DocUtils.ts) you can fill automaticaly then copy/paste above any snippet from Stack Overflow inserted in your code base.\n\n### Requirements\n\n- Node.js and npm\n\n### Getting started\n\nRun the following command on your local environment:\n\n```\ngit clone --depth=1 https://github.com/ixartz/Next-js-Boilerplate.git my-project-name\ncd my-project-name\nnpm install\n```\n\nThen, you can run locally in development mode with live reload:\n\n```\nnpm run dev\n```\n\nOpen http://localhost:3000 with your favorite browser to see your project.\n\n```\n.\n├── README.md                # README file\n├── next.config.js           # Next JS configuration\n├── public                   # Public folder\n│   └── assets\n│       └── images           # Image used by default template\n├── src\n│   ├── layout               # Atomic layout components\n│   ├── pages                # Next JS pages\n│   ├── styles               # PostCSS style folder with Tailwind\n│   ├── templates            # Default template\n│   └── utils                # Utility folder\n├── tailwind.config.js       # Tailwind CSS configuration\n└── tsconfig.json            # TypeScript configuration\n```\n\n### VSCode information (optional)\n\nIf you are VSCode users, you can have a better integration with VSCode by installing the suggested extension in `.vscode/extension.json`. The starter code comes up with Settings for a seamless integration with VSCode. The Debug configuration is also provided for frontend and backend debugging experience.\n\nPro tips: if you need a project wide type checking with TypeScript, you can run a build with \u003ckbd\u003eCmd\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eB\u003c/kbd\u003e on Mac.\n\n### Contributions\n\nEveryone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.\n\n### License\n\nLicensed under the MIT License, Copyright © 2020\n\nSee [LICENSE](LICENSE) for more information.\n\n---\n\nMade with [CreativeDesignsGuru](https://creativedesignsguru.com)'s template\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloisdg%2Fstacktribution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faloisdg%2Fstacktribution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloisdg%2Fstacktribution/lists"}