string-filatovmark

1.0.0 • Public • Published

string-filatovmark

This module provides a collection of awesome functions for Node.js.

Installation

You can install this module via npm: npm install string-filatovmark

Usage

const { getRandomQuote, calculateAge, getRandomInt } = require('awesome-module');

(async () => {
    try {
        const quote = await getRandomQuote();
        console.log('Random Quote:', quote);

        const age = calculateAge('1990-01-01');
        console.log('Age:', age);

        const randomInt = getRandomInt(1, 100);
        console.log('Random Integer:', randomInt);
    } catch (error) {
        console.error('Error:', error.message);
    }
})();

Readme

Keywords

none

Package Sidebar

Install

npm i string-filatovmark

Weekly Downloads

5

Version

1.0.0

License

ISC

Unpacked Size

2.27 kB

Total Files

3

Last publish

Collaborators

  • filatovmark997