🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

nekos.life

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nekos.life - npm Package Compare versions

Comparing version

to
2.0.9

2

package.json
{
"name": "nekos.life",
"version": "2.0.8",
"version": "2.0.9",
"description": "JS wrapper for https://nekos.life",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -47,3 +47,3 @@ [![npm](https://img.shields.io/npm/v/nekos.life.svg)](https://www.npmjs.com/package/nekos.life)

| `OwOify` | Get OwOified `text` of a string |
| `8Ball` | Sends the text and replies with a `text` as a response to the magic 8Ball and an image as well.|
| `eightBall` | Sends the text and replies with a `text` as a response to the magic 8Ball and an image as well.|
| `fact` | Gets the text and replies with a `text` that is a random fact |

@@ -103,5 +103,5 @@ | `spoiler` | Creates an individual spoiler per letter for Discord |

`sfw.fact` will return JSON `{fact: <fact string>}`
`sfw.8Ball` will return JSON `{response: <8Ball response string>, url: <URL to a matching 8Ball image>}`
`sfw.eightBall` will return JSON `{response: <8Ball response string>, url: <URL to a matching 8Ball image>}`
As of now, `OwOify` and `8Ball` are the only ones with query parameters. It requires an object containing the parameter, and the key should be the value. In this case, the key is `text` and the value is whatever you want OwOified. There is an example in this README.
As of now, `OwOify` and `eightBall` are the only ones with query parameters. It requires an object containing the parameter, and the key should be the value. In this case, the key is `text` and the value is whatever you want OwOified. There is an example in this README.
`{text: 'Some text you want weebified.}`

@@ -108,0 +108,0 @@