1.3.18 โ€ข Published 2 years ago

akuariapi v1.3.18

Weekly downloads
-
License
GNU
Repository
github
Last release
2 years ago

Textpro - Photooxy - Unlimited API

This api can handle thousands of requests. Also its completely free and unlimited resources.

๐Ÿ“ฆ NPM Installation

npm i akuariapi

๐Ÿงพ Examples

Textpro 1

const arii = require('akuariapi'); // Import NPM Package

arii.textpro("<textpro_html>",
    // "Message One" (One Message)
    // ["Message One"], ["Message Two"] (Two Message)
    ).then(async (data) => { 
      try { 
          console.log(data)
      } catch(err) { 
          console.log(err)
      } 
});

Textpro 2 ( Real Usage With One Message )

const arii = require('akuariapi');

arii.textpro("https://textpro.me/create-neon-devil-wings-text-effect-online-free-1014.html",
    "Phaticusthiccy"
    ).then(async (data) => { 
      try { 
          console.log(data)
      } catch(err) { 
          console.log(err)
      } 
});

Textpro 3 ( Real Usage With Two Message )

const arii = require('akuariapi');

arii.textpro("https://textpro.me/create-realistic-vintage-style-light-bulb-1000.html",
    ["Developer"], ["Phaticusthiccy"]
    ).then(async (data) => { 
      try { 
          console.log(data)
      } catch(err) { 
          console.log(err)
      } 
});

Interest More Textpro Examples? Check Here!

Photooxy 1

const arii = require('akuariapi'); // Import NPM Package

arii.photooxy("<photooxy_html>",
    // "Message One" (One Message)
    // ["Message One"], ["Message Two"] (Two Message)
    ).then(async (data) => { 
      try { 
          console.log(data)
      } catch(err) { 
          console.log(err)
      } 
});

Photooxy 2 ( Real Usage With One Message )

const arii = require('akuariapi');

arii.photooxy("https://photooxy.com/logo-and-text-effects/shadow-text-effect-in-the-sky-394.html",
    "Phaticusthiccy"
    ).then(async (data) => { 
      try { 
          console.log(data)
      } catch(err) { 
          console.log(err)
      } 
});

Photooxy 3 ( Real Usage With Two Message )

const arii = require('akuariapi'); 

arii.photooxy("https://photooxy.com/logo-and-text-effects/make-tik-tok-text-effect-375.html",
    ["Developer"], ["Phaticusthiccy"] 
    ).then(async (data) => { 
      try { 
          console.log(data)
      } catch(err) { 
          console.log(err)
      } 
});

Interest More Photooxy Examples? Check Here!

Warranty - Lifetime ๐ŸŽฆ

This API not affiliated with any organization or foundation.
All code is available as open source.
Development belongs to Phaticusthiccy.
Every user has unlimited rights.
Do not use for illegal situations.

Contribution ๐Ÿ’ป

Any additions that do not impair functionality are accepted.
A Any suggestions or additions that go against the code of ethics and GitHub policies will not be accepted.
All suggestions for personalization purposes will not be accepted.
1.3.18

2 years ago

1.3.17

2 years ago

1.3.16

2 years ago

1.3.15

2 years ago

1.3.14

2 years ago

1.3.13

2 years ago

1.3.12

2 years ago

1.3.11

2 years ago

1.3.10

2 years ago

1.3.9

2 years ago

1.3.8

2 years ago

1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.3.1

2 years ago