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

https://github.com/realabbas/instagram-user-meta-data

Instagram User Meta Data 📷 can be fetched using this script in an easy to use JSON Object for displaying Instagram Cards.
https://github.com/realabbas/instagram-user-meta-data

data instagram javascript metadata nodejs profile user xray

Last synced: about 2 months ago
JSON representation

Instagram User Meta Data 📷 can be fetched using this script in an easy to use JSON Object for displaying Instagram Cards.

Awesome Lists containing this project

README

          

# Instagram User Meta Data 📷

![Instagram Profile Card Meta Data Instacard](https://raw.githubusercontent.com/realabbas/instagram-user-meta-data/master/demo/instacard.png)

![Visitors](https://visitor-badge.glitch.me/badge?page_id=realabbas.instagram-user-meta-data)

## Installation Guide

```
git clone "https://github.com/realabbas/instagram-user-meta-data.git"
cd instacard
npm install
node index.js "your-username"
```

### Usage

*Instagram Username is Required*

Run the following command

``` node index.js realabbas5 ```

#### Output

![Instagram User Meta Data Output](./demo/output.png)

**DATA is returned as JSON Object**

```
Profile Showing for realabbas5
{
name: 'Ali Rizvi',
username: '@realabbas5',
description: '" Try being so small that everybody loves to sit with you and so big that nobody sits when you stand "\n' +
'Tech Lover and Enthusiast\n' +
'Serious Developer���',
image: 'https://instagram.fknu1-1.fna.fbcdn.net/v/t51.2885-19/s320x320/130936940_1290094604691569_5602805999393245553_n.jpg?_nc_ht=instagram.fknu1-1.fna.fbcdn.net&_nc_ohc=WCVw2CW82IEAX9k89ak&tp=1&oh=ff099a87f96f96a4700f7a2cf660f508&oe=6016294D'
}
```