affirmation
v1.1.0
Published
You can do it
Downloads
11
Maintainers
Readme
Affirmation
You're on the right path, keep going.
🏗️ Installation
Install this package
npm i affirmation
🚀 Usage
Import AffirmationClient
import { AffirmationClient } from "affirmation";
Create a new instance of AffirmationClient
and call get
const client = new AffirmationClient();
const response = await client.get();
console.log(response);
// { "affirmation": "Your life is about to be incredible" }
Relax and unplug, it's time to enjoy life.