{"id":39696337,"url":"https://github.com/biologyscience/alpha-coders","last_synced_at":"2026-01-18T10:13:40.764Z","repository":{"id":49397377,"uuid":"517610746","full_name":"biologyscience/alpha-coders","owner":"biologyscience","description":"A complete package used to interact with the Wallpaper Abyss / The Alpha Coders API to get wallpapers, wallpaper count, collections, and much more !","archived":false,"fork":false,"pushed_at":"2023-02-19T16:34:14.000Z","size":207,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-04T05:40:33.977Z","etag":null,"topics":["abyss","alpha-coders","api","easy-to-use","javascript","nodejs","promise","wallpaper","wallpaper-abyss","wallpaper-api","wallpapers"],"latest_commit_sha":null,"homepage":"https://alpha-coders.js.org","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/biologyscience.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":"2022-07-25T10:02:12.000Z","updated_at":"2023-05-26T03:23:46.000Z","dependencies_parsed_at":"2022-08-30T11:32:21.326Z","dependency_job_id":null,"html_url":"https://github.com/biologyscience/alpha-coders","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/biologyscience/alpha-coders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biologyscience%2Falpha-coders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biologyscience%2Falpha-coders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biologyscience%2Falpha-coders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biologyscience%2Falpha-coders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biologyscience","download_url":"https://codeload.github.com/biologyscience/alpha-coders/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biologyscience%2Falpha-coders/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["abyss","alpha-coders","api","easy-to-use","javascript","nodejs","promise","wallpaper","wallpaper-abyss","wallpaper-api","wallpapers"],"created_at":"2026-01-18T10:13:40.511Z","updated_at":"2026-01-18T10:13:40.750Z","avatar_url":"https://github.com/biologyscience.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e \u003cimg src=\"https://alpha-coders.js.org/svg/Alpha%20Coders.svg\" alt=\"Cover\" height=\"200px\" width=\"600px\"\u003e \u003c/p\u003e\n\n# About\nA complete package used to interact with the [Wallpaper Abyss / The Alpha Coders API](https://api.alphacoders.com/api/instructions) to get wallpapers, wallpaper count, and much more !\n\nYou will need an API key which can obtained from [The Alpha Coders API](https://api.alphacoders.com/api/instructions) to use this package. \n\n# Installation\n```\nnpm i alpha-coders\n```\n\n# Features\n- Made with JavaScript.\n- Easy to use.\n- Complete coverage of all the methods in [The Alpha Coders API](https://api.alphacoders.com/api/instructions).\n- Type support.\n\n\u003cbr\u003e\n\n\u003e Make sure to have a look at the [Documentation](https://biologyscience.gitbook.io/alpha-coders) of this package to get an in depth information on how to use this package.\n\n\u003cbr\u003e\n\n# Function Tree\n\u003e **C** - Class  \n**P** - Property  \n**M** - Method  \n\n- [Alpha](https://biologyscience.gitbook.io/alpha-coders/reference/classes/alpha) **C**\n  - [getSpecificWallpapers](https://biologyscience.gitbook.io/alpha-coders/reference/properties/getspecificwallpapers) **P**\n    - [bySort](https://biologyscience.gitbook.io/alpha-coders/reference/methods/bysort) **M**\n    - [fromCategory](https://biologyscience.gitbook.io/alpha-coders/reference/methods/fromcategory) **M**\n    - [fromSubCategory](https://biologyscience.gitbook.io/alpha-coders/reference/methods/fromsubcategory) **M**\n    - [fromTag](https://biologyscience.gitbook.io/alpha-coders/reference/methods/fromtag) **M**\n  - [getList](https://biologyscience.gitbook.io/alpha-coders/reference/properties/getlist) **P**\n    - [ofCategory](https://biologyscience.gitbook.io/alpha-coders/reference/methods/ofcategory) **M**\n    - [ofSubCategory](https://biologyscience.gitbook.io/alpha-coders/reference/methods/ofsubcategory) **M**\n  - [search](https://biologyscience.gitbook.io/alpha-coders/reference/methods/search) **M**\n  - [getWallpaper](https://biologyscience.gitbook.io/alpha-coders/reference/methods/getwallpaper) **M**\n  - [getRandomWallpapers](https://biologyscience.gitbook.io/alpha-coders/reference/methods/getrandomwallpapers) **M**\n  - [queryCount](https://biologyscience.gitbook.io/alpha-coders/reference/methods/querycount) **M**\n\n\u003cbr\u003e\n\n- Use the latest version of [Node](https://nodejs.org/) for optimal performance.\n- If you face any other issue, feel free to create an issue on the [issues page](https://github.com/biologyscience/alpha-coders/issues) in the github repository.\n\n# Useful Links\n\u003ca href=\"https://github.com/biologyscience/alpha-coders\"\u003e\n\u003cimg alt=\"GitHub\" src=\"https://alpha-coders.js.org/svg/GitHub.svg\" height=\"40px\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/alpha-coders\"\u003e\n\u003cimg alt=\"npm\" src=\"https://alpha-coders.js.org/svg/npm.svg\" height=\"40px\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://alpha-coders.js.org\"\u003e\n\u003cimg alt=\"Website\" src=\"https://alpha-coders.js.org/svg/Website.svg\" height=\"40px\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://biologyscience.gitbook.io/alpha-coders\"\u003e\n\u003cimg alt=\"Documentation\" src=\"https://alpha-coders.js.org/svg/Docs.svg\" height=\"40px\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/biologyscience/alpha-coders/blob/main/LICENSE\"\u003e\n\u003cimg alt=\"License\" src=\"https://alpha-coders.js.org/svg/Open%20Source.svg\" height=\"40px\"\u003e\n\u003c/a\u003e\n\n---\n\n## Happy Coding 🥳\n\n\u003cbr\u003e\n\n\u003e ###### Edit this page on [GitHub](https://github.com/biologyscience/alpha-coders/edit/main/README.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiologyscience%2Falpha-coders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiologyscience%2Falpha-coders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiologyscience%2Falpha-coders/lists"}