An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        



Project logo

[![Hackathon](https://img.shields.io/badge/textpro.me-npm-orange.svg)](https://www.npmjs.com/package/textpro.me)
[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![GitHub Issues](https://img.shields.io/github/issues/zaadevofc/textpro.me)](https://github.com/zaadevofc/textpro.me/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/zaadevofc/textpro.me)](https://github.com/zaadevofc/textpro.me/pulls)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)

---

Textpro.me Scrape




## 🏁 Getting Started

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

## 💉 Installation

```bash
npm i textpro.me
```

## 🎈 Usage

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'
}
*/
```

## ✍️ Authors

- [@zaadevofc](https://github.com/zaadevofc) - Developer

See also the list of [contributors](https://github.com/zaadevofc/prandom/contributors)
who participated in this project.

## 🎉 License

Code released under the [MIT License](LICENSE).