Skip to content

Commit

Permalink
Merge pull request #40 from DaniFoldi/locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry authored Sep 30, 2024
2 parents bbf7616 + 56e5331 commit 7607f41
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# [placeholders.dev](https://placeholders.dev)
Generate super-fast placeholder images in 270+ edge locations, powered by Cloudflare Workers
Generate super-fast placeholder images in 330+ edge locations, powered by Cloudflare Workers
![350x150 placeholder image](https://images.placeholders.dev/?width=350&height=100)![200x100 placeholder image](https://images.placeholders.dev/?width=200&height=100&bgColor=%23000&textColor=rgba(255,255,255,0.5))![140x100 placeholder image](https://images.placeholders.dev/?width=140&height=100&bgColor=%23313131&textColor=%23dfdfde)
![1055x100 placeholder image](https://images.placeholders.dev/?width=1055&height=100&text=Hello%20World&bgColor=%23434343&textColor=%23dfdfde)

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/Cherry/placeholders.dev)

## Info

placeholders.dev generates custom placeholder images on the fly, such as the examples above. All of these images are generated on Cloudflare's Edge, at 200+ locations, ensuring the best possible performance for all of your users. All images are cached for lengthy periods of time.
placeholders.dev generates custom placeholder images on the fly, such as the examples above. All of these images are generated on Cloudflare's Edge, at 330+ locations, ensuring the best possible performance for all of your users. All images are cached for lengthy periods of time.

## Technology

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "placeholders.dev",
"version": "1.0.0",
"description": "Generate placeholder images with Cloudflare Workers in 200+ edge locations",
"description": "Generate placeholder images with Cloudflare Workers in 330+ edge locations",
"keywords": [
"placeholders"
],
Expand Down
4 changes: 2 additions & 2 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>placeholders.dev</title>
<meta name="description" content="Generate super fast placeholder images powered by Cloudflare Workers in 200+ edge locations.">
<meta name="description" content="Generate super fast placeholder images powered by Cloudflare Workers in 330+ edge locations.">
<meta name="rating" content="General">
<meta name="twitter:creator" content="@cherryjimbo">
<meta name="copyright" content="James Ross">
Expand Down Expand Up @@ -168,4 +168,4 @@ <h1 class="tagline">Whoops, that page couldn't be found.</h1>
</div>
</main>
</body>
</html>
</html>
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>placeholders.dev - Super fast image placeholders</title>
<meta name="description" content="Generate super fast placeholder images powered by Cloudflare Workers in 200+ edge locations.">
<meta name="description" content="Generate super fast placeholder images powered by Cloudflare Workers in 330+ edge locations.">
<meta name="rating" content="General">

<meta property="og:url" content="https://placeholders.dev">
Expand All @@ -14,15 +14,15 @@
<meta property="og:image:alt" content="placeholders.dev">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="600">
<meta property="og:description" content="Generate super fast placeholder images powered by Cloudflare Workers in 270+ edge locations.">
<meta property="og:description" content="Generate super fast placeholder images powered by Cloudflare Workers in 330+ edge locations.">
<meta property="og:site_name" content="placeholders.dev">
<meta property="og:locale" content="en_US">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@cherryjimbo">
<meta name="twitter:url" content="https://placeholders.dev">
<meta name="twitter:title" content="placeholders.dev">
<meta name="twitter:description" content="Generate super fast placeholder images powered by Cloudflare Workers in 270+ edge locations.">
<meta name="twitter:description" content="Generate super fast placeholder images powered by Cloudflare Workers in 330+ edge locations.">
<meta name="twitter:image" content="https://placeholders.dev/share.png">
<meta name="twitter:image:alt" content="placeholders.dev">

Expand Down Expand Up @@ -186,7 +186,7 @@
<!-- Based on https://github.com/flexdinesh/dev-landing-page. MIT License -->
<main>
<div class="intro">placeholders.dev</div>
<h1 class="tagline">Generate super-fast placeholder images in <span class="edgeLocations">270</span>+ edge locations, powered by Cloudflare Workers</h1>
<h1 class="tagline">Generate super-fast placeholder images in <span class="edgeLocations">330</span>+ edge locations, powered by Cloudflare Workers</h1>
<div class="examples">
<img src="https://images.placeholders.dev/?width=350&height=100" width="350" height="150" alt="350x150 placeholder image">
<img src="https://images.placeholders.dev/?width=200&height=100&bgColor=%23000&textColor=rgba(255,255,255,0.5)" width="200" height="100" alt="200x100 placeholder image">
Expand All @@ -196,7 +196,7 @@ <h1 class="tagline">Generate super-fast placeholder images in <span class="edgeL
</div>
<div class="documentation">
<h2>Information</h2>
<p>placeholders.dev generates custom placeholder images on the fly, such as the examples above. All of these images are generated on Cloudflare's Edge, at <span class="edgeLocations">200</span>+ locations, ensuring the best possible performance for all of your users. All images are cached for lengthy periods of time.</p>
<p>placeholders.dev generates custom placeholder images on the fly, such as the examples above. All of these images are generated on Cloudflare's Edge, at <span class="edgeLocations">330</span>+ locations, ensuring the best possible performance for all of your users. All images are cached for lengthy periods of time.</p>

<h3>Available API Options</h3>
<dl>
Expand Down

0 comments on commit 7607f41

Please sign in to comment.