@jerrycoder/instagram-api 2.5.6 → 2.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,17 +33,6 @@ const data = await instagram("https://www.instagram.com/reel/xxxxx/");
33
33
  console.log(data);
34
34
  ```
35
35
 
36
- 📡 Response Example
37
- ```bash
38
- {
39
- "status": "success",
40
- "data": {
41
- "type": "https://...",
42
- "url": "https://..."
43
- }
44
- }
45
- ```
46
-
47
36
  ## ☁️ Deploy on Vercel (API Endpoint)
48
37
 
49
38
  Create file:
@@ -89,8 +78,6 @@ URL must be a valid Instagram post/reel/story
89
78
 
90
79
  Private content is not supported
91
80
 
92
- Depends on external API availability
93
-
94
81
 
95
82
  ## 🛠️ Features
96
83
 
@@ -117,8 +104,8 @@ https://jerrycoder.oggyapi.workers.dev
117
104
 
118
105
  ° ✅ Fully Tested on Node.js & Vercel
119
106
 
120
- ° 🚀 Version: 2.5.6 (Latest)
107
+ ° 🚀 Version: 2.5.5 (Latest)
121
108
 
122
109
 
123
110
  ## 📄 License
124
- MIT License © JerryCoder
111
+ MIT License © JerryCoder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jerrycoder/instagram-api",
3
- "version": "2.5.6",
3
+ "version": "2.5.7",
4
4
  "description": "Unofficial Instagram Downloader API — fetch Reels, Posts, Stories using JerryCoder API.",
5
5
  "main": "index.js",
6
6
  "author": "JerryCoder",