Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Sep 12, 2020
1 parent 012698b commit 5fd66b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Tiny URL meta-data fetcher that scraps the meta-data of a given `URL` string.
![Travis (.com) branch](https://img.shields.io/travis/com/rocktimsaikia/meta-fetcher/master)
![Travis (.com) branch](https://img.shields.io/travis/com/rocktimsaikia/meta-fetch/master)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)

Under the hood it uses [node-fetch](https://github.com/node-fetch/node-fetch) to fetch the metadata, parses it and returns it as json object.
Expand Down Expand Up @@ -67,6 +67,7 @@ const {fetchMetaData} = require('meta-fetch');
})();
```
<br>

It can also fetch meta-data from `shortened-url` .For example:
```js
const {fetchMetaData} = require('meta-fetch');
Expand Down

0 comments on commit 5fd66b2

Please sign in to comment.