Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximilianschmitt/og
Node.js service to automatically generate social media preview images for blog posts
https://github.com/maximilianschmitt/og
Last synced: 3 months ago
JSON representation
Node.js service to automatically generate social media preview images for blog posts
- Host: GitHub
- URL: https://github.com/maximilianschmitt/og
- Owner: maximilianschmitt
- License: mit
- Created: 2019-07-20T08:37:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T22:14:07.000Z (over 1 year ago)
- Last Synced: 2024-04-16T10:27:01.303Z (9 months ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# og
Hosted at https://og.maximilianschmitt.me
Read the blog post: https://maximilianschmitt.me/posts/generate-social-media-preview-images/
## Usage
In JavaScript:
```js
const encodedText = encodeURIComponent(ogImageText);
const ogImageURL = `https://og.maximilianschmitt.me/${encodedText}.png`;
```In HTML:
```html
```
![](https://og.maximilianschmitt.me/Hello%20world.png)