textpro.me
v1.2.0
Published
Scrapping textpro.me only through the package. Simple and Fast.
Downloads
13
Readme
🏁 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
- @zaadevofc - Developer
See also the list of contributors who participated in this project.
🎉 License
Code released under the MIT License.