1.1.0 • Published 1 year ago

affirmation v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

1.1.0

1 year ago

1.0.0

1 year ago