An open API service indexing awesome lists of open source software.

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 !

Awesome Lists containing this project

README

          

Cover

# 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.

# Useful Links

GitHub


npm


Website


Documentation


License

---

## Happy Coding 🥳


> ###### Edit this page on [GitHub](https://github.com/biologyscience/alpha-coders/edit/main/README.md)