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

https://github.com/steebchen/insta-pic

Feed with an Instagram post url, get back an image url
https://github.com/steebchen/insta-pic

Last synced: 4 months ago
JSON representation

Feed with an Instagram post url, get back an image url

Awesome Lists containing this project

README

        

# insta-pic

Feed it with an Instagram post url, get back an image url:

Install:

```sh
npm i insta-pic
# or
yarn add insta-pic
```

```js
const insta = require('insta-pic');
const pic = await insta('https://www.instagram.com/p/BhpdJ5YnPq_/')
console.log(pic)
```