Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexpate/oggy
🍭 A microservice to generate beautiful open graph images for your blog
https://github.com/alexpate/oggy
microservice now open-graph zeit
Last synced: 5 days ago
JSON representation
🍭 A microservice to generate beautiful open graph images for your blog
- Host: GitHub
- URL: https://github.com/alexpate/oggy
- Owner: alexpate
- License: mit
- Created: 2017-09-30T19:15:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:55:00.000Z (about 2 years ago)
- Last Synced: 2024-11-08T07:12:11.723Z (about 2 months ago)
- Topics: microservice, now, open-graph, zeit
- Language: JavaScript
- Homepage: https://oggy.now.sh
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oggy
Oggy generates beautiful open graph images for your blog or website.
It's a microservice, built using [`micro`](https://github.com/zeit/micro) and hosted on [`now`](https://github.com/zeit/now)
⚠️ - This is still in development, and doesn't really work properly
## How to use
Oggy takes three parameters: `title`, `author`, and `logo`.
| Param | Description |
| ----- | ----------- |
| `title` | The main content title |
| `author` | The author(s) for the content |
| `footerFill` | A color used for the footer fill color |
| `logo` | A url to an image to be displayed in the footer (png, jpeg, or gif) |## To-do
- Custom fonts not working, kinda breaks the whole thing - think it's something to do with node-canvas
- Caching?