You're on the right path, keep going.
Install this package
npm i affirmation
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.