sc-research 1.1.1 → 1.1.2

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,7 +63,7 @@ Find out what people actually recommend. Get ranked lists based on real communit
63
63
 
64
64
  > _"What are the best open-back headphones for gaming in 2025?"_
65
65
 
66
- ![Rank Analysis](assets/rank.png)
66
+ ![Rank Analysis](https://raw.githubusercontent.com/skainguyen1412/social-media-research-skill/main/assets/rank.png)
67
67
 
68
68
  [👉 View Live Example](https://skainguyen1412.github.io/social-media-research-skill/visualize/index.html?mock=classified_rank)
69
69
 
@@ -74,7 +74,7 @@ Understand how people feel about any product, brand, or topic. See the breakdown
74
74
 
75
75
  > _"How do people feel about the Sony WH-1000XM6? Is the feedback positive?"_
76
76
 
77
- ![Sentiment Analysis](assets/sentiment.png)
77
+ ![Sentiment Analysis](https://raw.githubusercontent.com/skainguyen1412/social-media-research-skill/main/assets/sentiment.png)
78
78
 
79
79
  [👉 View Live Example](https://skainguyen1412.github.io/social-media-research-skill/visualize/index.html?mock=classified_sentiment)
80
80
 
@@ -85,7 +85,7 @@ See when something started trending, whether it's gaining or losing momentum, an
85
85
 
86
86
  > _"When did the Sennheiser HD600 start trending again? Show me the timeline of its popularity."_
87
87
 
88
- ![Trends Analysis](assets/trends.png)
88
+ ![Trends Analysis](https://raw.githubusercontent.com/skainguyen1412/social-media-research-skill/main/assets/trends.png)
89
89
 
90
90
  [👉 View Live Example](https://skainguyen1412.github.io/social-media-research-skill/visualize/index.html?mock=classified_trend)
91
91
 
@@ -96,7 +96,7 @@ Understand polarizing topics by seeing every argument laid out with real evidenc
96
96
 
97
97
  > _"What is the debate about EQing audiophile headphones? Is there a lot of disagreement?"_
98
98
 
99
- ![Controversy Analysis](assets/controversy.png)
99
+ ![Controversy Analysis](https://raw.githubusercontent.com/skainguyen1412/social-media-research-skill/main/assets/controversy.png)
100
100
 
101
101
  [👉 View Live Example](https://skainguyen1412.github.io/social-media-research-skill/visualize/index.html?mock=classified_controversy)
102
102
 
@@ -107,7 +107,7 @@ Spot what's gaining traction in niche communities before it goes mainstream.
107
107
 
108
108
  > _"What is trending in the world this week? Show me viral topics."_
109
109
 
110
- ![Discovery Analysis](assets/discovery.png)
110
+ ![Discovery Analysis](https://raw.githubusercontent.com/skainguyen1412/social-media-research-skill/main/assets/discovery.png)
111
111
 
112
112
  [👉 View Live Example](https://skainguyen1412.github.io/social-media-research-skill/visualize/index.html?mock=classified_discovery)
113
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sc-research",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Headless Social Media Research Data Provider for AI Agents",
5
5
  "license": "MIT",
6
6
  "type": "module",