1.2.0 • Published 1 year ago

textpro.me v1.2.0

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

Hackathon Status GitHub Issues GitHub Pull Requests License


🏁 Getting Started

You can use textpro.me only through the package. Simple and Fast.

💉 Installation

npm i textpro.me

🎈 Usage

how to use it is very easy, as follows :

const textpro = require('textpro.me');

var url = 'https://textpro.me/pornhub-style-logo-online-generator-free-977.html';
var text = ['textpro', 'npm'];

textpro.get(url, text).then(async (data) => {
  try {
    console.log(data)
  } catch (err) {
    console.log(err)
  }
});
/* 
{
  title: 'Pornhub Style Logo Online Generator Free',
  path: 'https://textpro.me/pornhub-style-logo-online-generator-free-977.html',
  result: 'https://textpro.me/images/user_image/2023/01/63cc8737301ef.jpg'
}
*/

✍️ Authors

See also the list of contributors who participated in this project.

🎉 License

Code released under the MIT License.