https://github.com/pistatium/unique_ogp
"Unique OGP" automatically produces unique OGP image.
https://github.com/pistatium/unique_ogp
image-generator node-canvas ogp-image
Last synced: 4 months ago
JSON representation
"Unique OGP" automatically produces unique OGP image.
- Host: GitHub
- URL: https://github.com/pistatium/unique_ogp
- Owner: pistatium
- License: mit
- Created: 2015-07-12T04:36:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T07:41:32.000Z (over 3 years ago)
- Last Synced: 2024-12-02T15:47:13.423Z (over 1 year ago)
- Topics: image-generator, node-canvas, ogp-image
- Language: JavaScript
- Size: 14.3 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Unique OGP
"Unique OGP" automatically produces unique OGP image.
This returns an image of the size suitable for OGP image of Facebook when you give API a letter as input.
[](https://deploy.cloud.run)
## 日本語(Japanese)
[ブログのアイキャッチ、OGP画像をタイトルから自動生成してみる #Pistatium](https://kimihiro-n.appspot.com/show/5908037558599680)
## Sample
> /?title=Unique%20OGP

--
> /?title=Hello world!&brand=Unique OGP

--
> /?title=全自動でOGP画像を生成します&brand=Unique OGP

--
> /?title=http://kimihiro_n.appspot.com&brand=Pistatium

--
## Online Demo
[http://pistatium.github.io/unique_ogp/](https://pistatium.github.io/unique_ogp/)
You can try to make the OGP image in real time.
## Setup image API server
```
docker run -it -p 8088:8088 pistatium/unique_ogp
```
open browser http://X.X.X.X:8088?title=Test
--
This software is released under the MIT License, see LICENSE.txt.
Copyright(c) 2015 pistatium.