{"id":19491075,"url":"https://github.com/rudeevelops/webdev-for-humans","last_synced_at":"2026-06-07T20:32:08.454Z","repository":{"id":234981196,"uuid":"789853451","full_name":"RuDeeVelops/webdev-for-humans","owner":"RuDeeVelops","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-22T15:54:18.000Z","size":89,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T17:01:12.589Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/RuDeeVelops.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":"2024-04-21T18:21:32.000Z","updated_at":"2024-06-17T18:15:36.783Z","dependencies_parsed_at":"2024-05-22T17:07:19.209Z","dependency_job_id":null,"html_url":"https://github.com/RuDeeVelops/webdev-for-humans","commit_stats":null,"previous_names":["rudeevelops/webdev-for-humans"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RuDeeVelops/webdev-for-humans","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuDeeVelops%2Fwebdev-for-humans","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuDeeVelops%2Fwebdev-for-humans/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuDeeVelops%2Fwebdev-for-humans/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuDeeVelops%2Fwebdev-for-humans/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RuDeeVelops","download_url":"https://codeload.github.com/RuDeeVelops/webdev-for-humans/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuDeeVelops%2Fwebdev-for-humans/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285129556,"owners_count":27119601,"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-11-18T02:00:05.759Z","response_time":61,"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-11-10T21:15:39.925Z","updated_at":"2025-11-18T20:03:19.358Z","avatar_url":"https://github.com/RuDeeVelops.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Webdev Insights for Human Beings\n\n## 🧩 Nothing makes sense in Javascript.. untill it does!\n\nAn ever-growing, non-comprehensive, terribly informal and opinionated list of insights that I struggled with on my journey through the wilds of Javascript. 🌲🌳.\n\n🕵️‍♀️ If you spot any mistake feel free to submit a PR. There's probably a bunch!\n\n\u003c!--\n\n\nwork on the action and js to pull dynamically list of js everytime a file is saved or created\n\nname: Update README\n\non:\n    schedule:\n        - cron: '0 * * * *'  # Runs every hour\n\njobs:\n    update-readme:\n        runs-on: ubuntu-latest\n        steps:\n            - uses: actions/checkout@v2\n            - name: Run update script\n                run: node .github/scripts/update-readme.js\n            - name: Commit and push if changed\n                run: |\n                    git diff\n                    git config --global user.email \"action@github.com\"\n                    git config --global user.name \"GitHub Action\"\n                    git commit -am \"Update README\" || exit 0\n                    git push\n\n\n\n\n                    const fs = require('fs');\n                    const fetch = require('node-fetch');\n\n                    fetch('https://api.github.com/repos/{owner}/{repo}/contents/')\n                        .then(response =\u003e response.json())\n                        .then(data =\u003e {\n                            let list = '## Repository Contents\\n\\n';\n                            data.forEach(item =\u003e {\n                                list += `- [${item.name}](${item.html_url})\\n`;\n                            });\n                            let readme = fs.readFileSync('README.md', 'utf8');\n                            readme = readme.replace(/## Repository Contents\\n\\n([\\s\\S]*)/, list);\n                            fs.writeFileSync('README.md', readme);\n                        })\n                        .catch(error =\u003e console.error(error)); --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudeevelops%2Fwebdev-for-humans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudeevelops%2Fwebdev-for-humans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudeevelops%2Fwebdev-for-humans/lists"}