https://github.com/biologyscience/alpha-coders
A complete package used to interact with the Wallpaper Abyss / The Alpha Coders API to get wallpapers, wallpaper count, collections, and much more !
https://github.com/biologyscience/alpha-coders
abyss alpha-coders api easy-to-use javascript nodejs promise wallpaper wallpaper-abyss wallpaper-api wallpapers
Last synced: 5 months ago
JSON representation
A complete package used to interact with the Wallpaper Abyss / The Alpha Coders API to get wallpapers, wallpaper count, collections, and much more !
- Host: GitHub
- URL: https://github.com/biologyscience/alpha-coders
- Owner: biologyscience
- License: gpl-3.0
- Created: 2022-07-25T10:02:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T16:34:14.000Z (over 3 years ago)
- Last Synced: 2025-09-04T05:40:33.977Z (9 months ago)
- Topics: abyss, alpha-coders, api, easy-to-use, javascript, nodejs, promise, wallpaper, wallpaper-abyss, wallpaper-api, wallpapers
- Language: JavaScript
- Homepage: https://alpha-coders.js.org
- Size: 202 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
A 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 !
You will need an API key which can obtained from [The Alpha Coders API](https://api.alphacoders.com/api/instructions) to use this package.
# Installation
```
npm i alpha-coders
```
# Features
- Made with JavaScript.
- Easy to use.
- Complete coverage of all the methods in [The Alpha Coders API](https://api.alphacoders.com/api/instructions).
- Type support.
> 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.
# Function Tree
> **C** - Class
**P** - Property
**M** - Method
- [Alpha](https://biologyscience.gitbook.io/alpha-coders/reference/classes/alpha) **C**
- [getSpecificWallpapers](https://biologyscience.gitbook.io/alpha-coders/reference/properties/getspecificwallpapers) **P**
- [bySort](https://biologyscience.gitbook.io/alpha-coders/reference/methods/bysort) **M**
- [fromCategory](https://biologyscience.gitbook.io/alpha-coders/reference/methods/fromcategory) **M**
- [fromSubCategory](https://biologyscience.gitbook.io/alpha-coders/reference/methods/fromsubcategory) **M**
- [fromTag](https://biologyscience.gitbook.io/alpha-coders/reference/methods/fromtag) **M**
- [getList](https://biologyscience.gitbook.io/alpha-coders/reference/properties/getlist) **P**
- [ofCategory](https://biologyscience.gitbook.io/alpha-coders/reference/methods/ofcategory) **M**
- [ofSubCategory](https://biologyscience.gitbook.io/alpha-coders/reference/methods/ofsubcategory) **M**
- [search](https://biologyscience.gitbook.io/alpha-coders/reference/methods/search) **M**
- [getWallpaper](https://biologyscience.gitbook.io/alpha-coders/reference/methods/getwallpaper) **M**
- [getRandomWallpapers](https://biologyscience.gitbook.io/alpha-coders/reference/methods/getrandomwallpapers) **M**
- [queryCount](https://biologyscience.gitbook.io/alpha-coders/reference/methods/querycount) **M**
- Use the latest version of [Node](https://nodejs.org/) for optimal performance.
- 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.
---
## Happy Coding 🥳
> ###### Edit this page on [GitHub](https://github.com/biologyscience/alpha-coders/edit/main/README.md)