New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

anime-wallpaper

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anime-wallpaper - npm Package Compare versions

Comparing version

to
3.2.0

{
"name": "anime-wallpaper",
"version": "3.1.0",
"version": "3.2.0",
"description": "Get Anime wallpapers based on scrapping from websites.",
"license": "MIT",
"main": "dist/**/*",
"main": "dist/",
"types": "dist/index.d.ts",

@@ -21,3 +21,4 @@ "scripts": {

"scrape",
"hoyolab"
"hoyolab",
"pinterest"
],

@@ -34,3 +35,2 @@ "devDependencies": {

"dependencies": {
"axios": "^1.1.3",
"cheerio": "^1.0.0-rc.5",

@@ -37,0 +37,0 @@ "node-superfetch": "^0.1.11",

@@ -20,4 +20,5 @@ <h1 align="center">Anime Wallpaper</h1>

* [ZeroChan](https://www.zerochan.net)
* [Wallpapers.com](https://wallapapers.com)
* [Hoyolab](https://www.hoyolab.com/)
* [Wallpapers.com](https://wallpapers.com)
* [Hoyolab](https://www.hoyolab.com/) (New)
* [Pinterest](https://pinterest.com/) (New)
<br>

@@ -72,6 +73,6 @@

# Hoyolab Example
- Get fanart from hoyolab
- Get fanart from hoyolab <img align="center" width="15" src="https://cdn.discordapp.com/emojis/735119429016485920.webp?size=128&quality=lossless">
```js
const wallpaper = await wall.Hoyolab({ game: "GenshinImpact", postType: "Trending" });
const wallpaper = await wall.hoyolab({ game: "GenshinImpact", postType: "Trending" });
return console.log(wallpaper)

@@ -96,2 +97,12 @@ ```

# Pinterest
- Getting image from pinterest <img align="center" width="20" src="https://cdn3.emoji.gg/emojis/5505-idle-status.png">
```js
const wallpaper = await wall.pinterest("Ellen Joe ZzZ");
return console.log(wallpaper)
```
- nb: sometimes it might be fail when scraping pinterest, just try again and over again :>
## Warning

@@ -98,0 +109,0 @@ In some rare cases, the fetching process might fail due to inconsistencies when scraping websites.<br><br>