From 5fd66b21bbafc65479ee830b938ee95089b04434 Mon Sep 17 00:00:00 2001 From: rocktimsaikia Date: Sat, 12 Sep 2020 19:47:02 +0530 Subject: [PATCH] update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8135bc5..6124d09 100644 --- a/readme.md +++ b/readme.md @@ -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. @@ -67,6 +67,7 @@ const {fetchMetaData} = require('meta-fetch'); })(); ```
+ It can also fetch meta-data from `shortened-url` .For example: ```js const {fetchMetaData} = require('meta-fetch');