grab-meta 0.1.2

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
# Grab Meta
A tool for getting meta data from url
#### exlcude twitter site (comming soon)

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

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