{"id":13406264,"url":"https://github.com/atapas/webapis-playground","last_synced_at":"2025-04-05T05:06:40.364Z","repository":{"id":45979836,"uuid":"377452626","full_name":"atapas/webapis-playground","owner":"atapas","description":"The Web APIs Playground is a project to showcase the JavaScript Web APIs with examples and demonstrations. Client-side JavaScript APIs are here to help with providing wrapper functions for many low-level tasks.","archived":false,"fork":false,"pushed_at":"2024-08-07T08:34:20.000Z","size":2545,"stargazers_count":304,"open_issues_count":40,"forks_count":75,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T04:05:50.065Z","etag":null,"topics":["hacktoberfest","javascript","js","nextjs","web-api"],"latest_commit_sha":null,"homepage":"https://webapis-playground.vercel.app/","language":"TypeScript","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/atapas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["atapas"]}},"created_at":"2021-06-16T10:08:21.000Z","updated_at":"2025-03-28T08:41:34.000Z","dependencies_parsed_at":"2024-01-16T09:53:25.977Z","dependency_job_id":"34e1babd-8499-46bd-bebb-e410c8d670e6","html_url":"https://github.com/atapas/webapis-playground","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/atapas%2Fwebapis-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atapas%2Fwebapis-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atapas%2Fwebapis-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atapas%2Fwebapis-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atapas","download_url":"https://codeload.github.com/atapas/webapis-playground/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289427,"owners_count":20914464,"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","javascript","js","nextjs","web-api"],"created_at":"2024-07-30T19:02:25.671Z","updated_at":"2025-04-05T05:06:40.341Z","avatar_url":"https://github.com/atapas.png","language":"TypeScript","funding_links":["https://github.com/sponsors/atapas","https://www.buymeacoffee.com/greenroots"],"categories":["TypeScript"],"sub_categories":[],"readme":"# 🔌 WEB APIS PLAYGROUND\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-27-orange.svg?style=flat-square)](#contributors-)\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\nThe `Web APIs Playground` is a project to showcase the JavaScript Web APIs with examples and demonstrations. Client-side JavaScript APIs provides wrapper functions for many low-level tasks like,\n\n- Device Hardware Interactions\n- Client-side storage interactions\n- 3D Graphics, WebGL\n- Notifications\n- Audio, Video\n- and many, many more.\n\nPlease [follow this link](https://developer.mozilla.org/en-US/docs/Web/API) to know about different Web APIs and their usages.\n\n# 🔥 The App\n\n\u003e [https://webapis-playground.vercel.app](https://webapis-playground.vercel.app)\n\n# 🎯 Vision and Mission of this Playground\n\nThe primary mission is to provide working examples of the JavaScript web APIs with simple demonstration that can be accessed using browsers on different devices. It may help many beginners to this topic in understanding how to code and use the Web APIs.\n\n# 🏗️ How to ADD a new DEMO?\n\n[Here is a step-by-step guide](./HOW-TO-ADD-DEMO.md) to help you add a new demo.\n\n# ⚒️ It's developed using Next.js\n\nThis project is developed using `Next.js`. If you have implemented a similar project using JavaScript or any other frameworks like `React`, `Angular`, `Vue`, please create an issue to include them in the README.\n\n# 🤲 Want to Motivate?\n\nWho doesn't need motivation? Please give the project a star(⭐) and/or share it in your dev circle.\n\n## Many Thanks to all the `Stargazers` who has supported this project with stars(⭐)\n\n[![Stargazers repo roster for @atapas/webapis-playground](https://reporoster.com/stars/atapas/webapis-playground)](https://github.com/atapas/webapis-playground/stargazers)\n\n# 🏃‍♀️ How to Run the project locally\n\nTo run the project locally,\n\n- Please clone it.\n- Browse to the project directory.\n- Install dependencies\n- Use Node **16.x.x** or [Node Version Switcher](https://github.com/jasongin/nvs)\n\n```bash\nnpm install\n# Or\nyarn install\n```\n\n- Run the application locally\n\n```bash\nnpm run dev\n# Or\nyarn dev\n```\n\n- Open the browser and navigate to `http://localhost:3000`\n\n# 🚀 What's Included?\n\nSo far, it includes the following examples:\n\n1. 📂 File System API\n1. 📺 FullScreen API\n1. 📋 Clipboard API\n1. 📡 Broadcast\n1. 📷 Image Capture\n1. 📶 Network Info\n1. 🧐 Resize Observer\n1. 💳 Payment Request\n1. 📳 Vibration API\n1. 🔋 Battery API\n1. 🐢 Drag and Drop\n1. ⚓ Geolocation API\n1. 🖼️ Picture in Picture\n1. 💻 Screen Capture\n1. ✍️ CSS Font Loading\n1. 🎙️ Web Speech API\n1. 🎨 Canvas API\n1. 👆 Pointer Capture API\n1. 🌐 URL API\n1. 🗒️ Selection API\n1. 📃 Page Visibility API\n1. 💬 WebRTC\n\n# 🤝 Open Source\n\nThis project is open source and open for contributions. If you are looking for any examples and demonstrations that are missing, please [open an issue from here](https://github.com/atapas/webapis-playground/issues). You can also contribute to the source code by adding an example, improving the code and providing suggestions.\n\n# 🤝 Contributing to `playground`\n\nAny kind of positive contribution is welcome! Please help us to grow by contributing to the project.\n\nIf you wish to contribute, you can work on any issues [listed here](https://github.com/atapas/webapis-playground/issues) or create one on your own. After adding your code, please send us a Pull Request.\n\n\u003e Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDUCT`](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us.\n\n# 🙏 Support\n\nWe all need support and motivation. `WebAPIs Playground` is not an exception. Please give this project a ⭐️ to encourage and show that you liked it.\n\nIf you found the app helpful, consider supporting us with a coffee.\n\n\u003ca href=\"https://www.buymeacoffee.com/greenroots\"\u003e\n    \u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" height=\"50px\"\u003e\n\u003c/a\u003e\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://usman-s.me\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/51731966?v=4?s=100\" width=\"100px;\" alt=\"Max Programming\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMax Programming\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=max-programming\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://tapasadhikary.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3633137?v=4?s=100\" width=\"100px;\" alt=\"Tapas Adhikary\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTapas Adhikary\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=atapas\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"http://niteshseram.in\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/51370246?v=4?s=100\" width=\"100px;\" alt=\"Nitesh Seram\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNitesh Seram\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=niteshseram\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#a11y-niteshseram\" title=\"Accessibility\"\u003e️️️️♿️\u003c/a\u003e \u003ca href=\"https://github.com/atapas/webapis-playground/issues?q=author%3Aniteshseram\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://wsameer.github.io/v1/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8468992?v=4?s=100\" width=\"100px;\" alt=\"Sameer Waskar\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSameer Waskar\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=wsameer\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/omriattiya\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/26112374?v=4?s=100\" width=\"100px;\" alt=\"Omri Attiya\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eOmri Attiya\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=omriattiya\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://tiger-yash.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/74406801?v=4?s=100\" width=\"100px;\" alt=\"Yash Raj\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eYash Raj\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=tiger-yash\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://rehansattar.now.sh/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/26999472?v=4?s=100\" width=\"100px;\" alt=\"Rehan  Sattar\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRehan  Sattar\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=rehan-sattar\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/atapas/webapis-playground/issues?q=author%3Arehan-sattar\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://ahsanayaz.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/9844254?v=4?s=100\" width=\"100px;\" alt=\"Muhammad Ahsan Ayaz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMuhammad Ahsan Ayaz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=AhsanAyaz\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"http://koustov.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7145967?v=4?s=100\" width=\"100px;\" alt=\"Koustov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKoustov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/issues?q=author%3Akoustov\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=koustov\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/aanchal-fatwani\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/63228776?v=4?s=100\" width=\"100px;\" alt=\"Aanchal\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAanchal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=aanchal-fatwani\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://abhikhatri67.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/15958423?v=4?s=100\" width=\"100px;\" alt=\"Abhishek Khatri\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAbhishek Khatri\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=abhikhatri67\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.avneesh.tech/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/76690419?v=4?s=100\" width=\"100px;\" alt=\"Avneesh Agarwal\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAvneesh Agarwal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=avneesh0612\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/kvnal\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/72142540?v=4?s=100\" width=\"100px;\" alt=\"Kunal Singh\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKunal Singh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=kvnal\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/rzhekova\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/35401262?v=4?s=100\" width=\"100px;\" alt=\"Rosie Z\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRosie Z\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=rzhekova\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/mverissimo\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/371844?v=4?s=100\" width=\"100px;\" alt=\"Matheus Verissimo\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatheus Verissimo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=mverissimo\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"http://abiolaesther.me\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/49586787?v=4?s=100\" width=\"100px;\" alt=\"Abiola\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAbiola\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=Abiola-Farounbi\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"http://linkedin.com/in/emitdutcher\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/27447016?v=4?s=100\" width=\"100px;\" alt=\"Emit\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEmit\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=develemit\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"http://tmo.codes\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/44333523?v=4?s=100\" width=\"100px;\" alt=\"Tyler Morales \"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTyler Morales \u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=tyler-morales\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/chosunosu\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/49362226?v=4?s=100\" width=\"100px;\" alt=\"chosunosu\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003echosunosu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/issues?q=author%3Achosunosu\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://webplatform.news\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/716405?v=4?s=100\" width=\"100px;\" alt=\"Šime Vidas\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eŠime Vidas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/issues?q=author%3Asimevidas\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.linkedin.com/in/vaibhav-agr/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/78676331?v=4?s=100\" width=\"100px;\" alt=\"Vaibhav Agrawal\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVaibhav Agrawal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=vaibhav-if\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://bharati-portfolio.netlify.app/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/51514137?v=4?s=100\" width=\"100px;\" alt=\"Bharati Subramanian\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBharati Subramanian\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#design-bharati-21\" title=\"Design\"\u003e🎨\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Sukhseerat-Kaur\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/54837213?v=4?s=100\" width=\"100px;\" alt=\"Sukhseerat Kaur\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSukhseerat Kaur\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/issues?q=author%3ASukhseerat-Kaur\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/richardnikolas\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/20261986?v=4?s=100\" width=\"100px;\" alt=\"Richard Nikolas\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRichard Nikolas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=richardnikolas\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://kvarunkk.github.io/Portfolio_Official/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/98093422?v=4?s=100\" width=\"100px;\" alt=\"Varun\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVarun\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=kVarunkk\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://supminn-neog.netlify.app/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/30731236?v=4?s=100\" width=\"100px;\" alt=\"Supriya M\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSupriya M\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=supminn\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://williamssam.netlify.app/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/68322437?v=4?s=100\" width=\"100px;\" alt=\"Williams Samuel\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWilliams Samuel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=williamssam\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/raveenita\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/17017573?v=4\" width=\"100px;\" alt=\"Geovana S. Ribeiro (Raveenita)\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGeovana S. Ribeiro\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/atapas/webapis-playground/commits?author=raveenita\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatapas%2Fwebapis-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatapas%2Fwebapis-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatapas%2Fwebapis-playground/lists"}