You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.5.0: Social media content engine — format, thread, build-in-public, post to Bluesky & X
6 new functions: socialFormat() platform-aware text formatting (X/Bluesky/IG/YT/Mastodon),
thread() smart thread splitter with numbering, buildInPublic() metric-to-post generator
with sparklines + kaomoji + hashtags, socialCaption() multi-section caption builder,
postToBluesky() AT Protocol posting, postToX() OAuth 1.0a signed posting.
31 new tests (94 total passing). New file: src/social.ts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+138-4Lines changed: 138 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# webhook-spark
2
2
3
-
**Zero-dep terminal sparklines, gauges, kaomoji, heatmaps, tables, histograms & dashboards for Discord/Slack/Telegram, LCD screens, IoT & AI agents.**
3
+
**Zero-dep sparklines, gauges, kaomoji, heatmaps, tables, histograms, social media content & posting for Discord/Slack/Telegram/Bluesky/X, LCD screens, IoT & AI agents.**
4
4
5
-
Zero dependencies. TypeScript first. Under 20KB.
5
+
Zero dependencies. TypeScript first. Under 25KB.
6
6
7
7
## Who is this for?
8
8
@@ -11,6 +11,8 @@ Zero dependencies. TypeScript first. Under 20KB.
11
11
-**DIY / IoT makers** -- multi-sensor dashboards for greenhouses, aquariums, server racks
12
12
-**AI agent builders** -- compact metric summaries that fit in LLM context windows
13
13
-**Dashboard addicts** -- kaomoji status faces, histograms, comparison charts, all in pure text
14
+
-**Indie hackers / #BuildInPublic** -- auto-generate social posts from metrics, post to Bluesky & X
Copy file name to clipboardExpand all lines: package.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "@adametherzlab/webhook-spark",
3
-
"version": "0.4.0",
4
-
"description": "Zero-dep terminal sparklines, gauges, kaomoji, heatmaps, tables, histograms & dashboards for Discord/Slack/Telegram, LCD, IoT & AI agents.",
3
+
"version": "0.5.0",
4
+
"description": "Zero-dep sparklines, gauges, kaomoji, heatmaps, tables, histograms, social media content & posting for Discord/Slack/Telegram/Bluesky/X, LCD, IoT & AI agents.",
0 commit comments