Skip to content

Commit

Permalink
perms
Browse files Browse the repository at this point in the history
  • Loading branch information
eli32-vlc committed Apr 16, 2024
1 parent f5d5f76 commit ea29ebb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion content/posts/Random Word API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title = 'Random Word API'
date = 2024-04-15T13:02:04+10:00
draft = false
description = 'Simple random word API using Python with Flask.'
[params]
author = 'Eason Li'
description = 'Simple random word API using Python with Flask.'
+++

### I created a simple random word api that will generate a random word upon request.
Expand Down
12 changes: 3 additions & 9 deletions public/posts/random-word-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,27 +126,21 @@


<meta itemprop="name" content="Random Word API">
<meta itemprop="description" content="I created a simple random word api that will generate a random word upon request. To use this, send a GET request to this url:
http://easapi.pythonanywhere.com/api?api_key=Il3KG8LWRwtJ2bMFWT3bpvlMZS1vitJf8LhT95AIRtLDj6CkHLmQm7nnOorUWaqn7ASABJVtDpOsCAsKpZNtRVo3exppbpL99x5cstbYugMmK0FyUBJNjePULoty7YiX This URL inculdes the api key and no other configuration is needed.
Please don&rsquo;t spam the api, it&rsquo;s hosted on a free server. More server will be added soon."><meta itemprop="datePublished" content="2024-04-15T13:02:04+10:00" />
<meta itemprop="description" content="Simple random word API using Python with Flask."><meta itemprop="datePublished" content="2024-04-15T13:02:04+10:00" />
<meta itemprop="dateModified" content="2024-04-15T13:02:04+10:00" />
<meta itemprop="wordCount" content="55">
<meta itemprop="keywords" content="" />

<meta property="og:title" content="Random Word API" />
<meta property="og:description" content="I created a simple random word api that will generate a random word upon request. To use this, send a GET request to this url:
http://easapi.pythonanywhere.com/api?api_key=Il3KG8LWRwtJ2bMFWT3bpvlMZS1vitJf8LhT95AIRtLDj6CkHLmQm7nnOorUWaqn7ASABJVtDpOsCAsKpZNtRVo3exppbpL99x5cstbYugMmK0FyUBJNjePULoty7YiX This URL inculdes the api key and no other configuration is needed.
Please don&rsquo;t spam the api, it&rsquo;s hosted on a free server. More server will be added soon." />
<meta property="og:description" content="Simple random word API using Python with Flask." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://blog.eason.fr.to/posts/random-word-api/" /><meta property="article:section" content="posts" />
<meta property="article:published_time" content="2024-04-15T13:02:04+10:00" />
<meta property="article:modified_time" content="2024-04-15T13:02:04+10:00" />


<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Random Word API"/>
<meta name="twitter:description" content="I created a simple random word api that will generate a random word upon request. To use this, send a GET request to this url:
http://easapi.pythonanywhere.com/api?api_key=Il3KG8LWRwtJ2bMFWT3bpvlMZS1vitJf8LhT95AIRtLDj6CkHLmQm7nnOorUWaqn7ASABJVtDpOsCAsKpZNtRVo3exppbpL99x5cstbYugMmK0FyUBJNjePULoty7YiX This URL inculdes the api key and no other configuration is needed.
Please don&rsquo;t spam the api, it&rsquo;s hosted on a free server. More server will be added soon."/>
<meta name="twitter:description" content="Simple random word API using Python with Flask."/>



Expand Down

0 comments on commit ea29ebb

Please sign in to comment.