Added deprecated notices
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
cfd9c7292c
commit
956a979204
@ -1,3 +1,8 @@
|
||||
# ⚠️ DEPRECATED
|
||||
# Twitter has killed off its free API so this no longer works
|
||||
|
||||
---
|
||||
|
||||
![TweetSVG](logo.png)
|
||||
|
||||
Generate an SVG for a given Tweet ID
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user