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
- Host: GitHub
- URL: https://github.com/steebchen/insta-pic
- Owner: steebchen
- License: mit
- Created: 2018-04-17T00:34:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T12:05:25.000Z (almost 6 years ago)
- Last Synced: 2025-01-31T02:58:50.277Z (4 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)
```