0.4.4 • Published 1 year ago

@spany/atlas.js v0.4.4

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

What does this module do?

  • You can easily use and benefit from many functions in this module.
  • This module provides you with convenience.

What's new in 0.4.4?

  • Bug Fixed

🔧 Installation

  • You can download @spany/atlas.js in powershell with this code.
npm install @spany/atlas.js

🧱 Basic Usage

Add the following "checkUpdate" function to your bot to be notified instantly about the innovations in the module.

Features

const Atlas = require('@spany/atlas.js');

(async () => {
    try {
        // Example: isValidHexColor
        console.log(Atlas.isValidHexColor("#fbb11b")); // True
        console.log(Atlas.isValidHexColor("123456")); // False

        // Example: isImageUrl
        console.log(Atlas.isImageUrl("ImageUrl")); // True
        console.log(Atlas.isImageUrl("Hi!")); // False

        const imageUrl = Atlas.isImageUrl("ImageUrl");
        console.log(imageUrl); // True or False

        // Example: Depremler/Earthquake
        const depremler = await Atlas.sonDepremler(3);
        console.log(depremler);

        // Example: tdk
        const kelime = 'örnek'; // kelime değişkenine uygun bir değer atayın
        const tdk = await Atlas.tdk(kelime);
        console.log(tdk);

    } catch (error) {
        console.error('Error:', error);
    }
})();
0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.9

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.6

1 year ago

0.0.7

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago