Deep under the waves and storms there lies a vault...
Illustration above by @maxwofford.
CDN powers the #cdn channel in the Hack Club Slack.
Post this JSON...
[
"website.com/somefile.png",
"website.com/somefile.gif",
]
And it'll return the following:
{
"0somefile.png": "cdnlink.vercel.app/0somefile.png",
"1somefile.gif": "cdnlink.vercel.app/1somefile.gif"
}
Post this JSON...
[
"website.com/somefile.png",
"website.com/somefile.gif",
]
And it'll return the following:
[
"cdnlink.vercel.app/0somefile.png",
"cdnlink.vercel.app/1somefile.gif"
]