Added deprecated notices

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2023-06-02 14:58:26 +01:00
parent cfd9c7292c
commit 956a979204
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
2 changed files with 15 additions and 1 deletions

View File

@ -1,10 +1,15 @@
# ⚠️ DEPRECATED
# Twitter has killed off its free API so this no longer works
---
![TweetSVG](logo.png)
Generate an SVG for a given Tweet ID
Available at https://tweet.cluster.fun/
## Example
## Example
```
<img src="https://tweet.cluster.fun/1363048182020792325" />

View File

@ -48,6 +48,11 @@
figcaption {
text-align: center;
}
.announcement {
font-size: 3em;
font-weight: bold;
}
</style>
</head>
<body>
@ -61,6 +66,10 @@
Generate an SVG for a given Tweet ID
</blockquote>
<p class="announcement">
⚠️ DEPRECATED - Twitter has killed off its free API so this no longer works
</p>
<p>
Enter the URL or ID of a tweet to have an SVG generated for it, no JavaScript required!
</p>