0.0.9 • Published 6 years ago

wallhaven.js v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

wallhaven.js

API wrapper for wallhaven.cc's new API

Join the official Wallhaven Discord Server for support!

Installation

npm i wallhaven.js

Usage

const wallhaven = require('wallhaven.js')('APIKey'); 
//Or
const wallhaven = require('wallhaven.js')(); 


// Search
wallhaven.search('dogs'); // <Promise>

wallhaven.search({sorting:'favorites', order:'desc'}); // <Promise>

wallhaven.search('dogs', {sorting:'favorites', order:'desc'}); // <Promise>


// Wallpaper info
wallhaven.wallpaper('id'); // <Promise>


// Tag info
wallhaven.tag('id'); // <Promise>
0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago