grab-meta 0.1.4

a single meta scrapper for getting (title, image, description) of an url
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Grab Meta
A tool for getting meta data from url

testing: https://iqbalcakep.com/grab-meta?url=https://iqbalcakep.com

#### exlcude twitter site (comming soon)

## Usage
add into your cargo.toml
```rust
grab-meta = "0.1.3"
```
![grab meta testing](https://i.imgur.com/pznwoPE.png)

## License
[MIT](https://choosealicense.com/licenses/mit/)