https://github.com/zaadevofc/textpro.me
Scrapping textpro.me only through the package. Simple and Fast.
https://github.com/zaadevofc/textpro.me
Last synced: 3 months ago
JSON representation
Scrapping textpro.me only through the package. Simple and Fast.
- Host: GitHub
- URL: https://github.com/zaadevofc/textpro.me
- Owner: zaadevofc
- License: mit
- Created: 2023-01-22T00:52:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T01:40:17.000Z (over 2 years ago)
- Last Synced: 2025-04-11T18:04:25.503Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/textpro.me)
[]()
[](https://github.com/zaadevofc/textpro.me/issues)
[](https://github.com/zaadevofc/textpro.me/pulls)
[](LICENSE.md)---
Textpro.me Scrape
You can use textpro.me only through the package. Simple and Fast.
```bash
npm i textpro.me
```how to use it is very easy, as follows :
```js
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)
}
});
``````js
/*
{
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'
}
*/
```- [@zaadevofc](https://github.com/zaadevofc) - Developer
See also the list of [contributors](https://github.com/zaadevofc/prandom/contributors)
who participated in this project.Code released under the [MIT License](LICENSE).