https://github.com/echobind/blog-image-generator
generates images for the blog or social media
https://github.com/echobind/blog-image-generator
Last synced: about 1 year ago
JSON representation
generates images for the blog or social media
- Host: GitHub
- URL: https://github.com/echobind/blog-image-generator
- Owner: echobind
- License: mit
- Created: 2020-01-07T17:49:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:45:47.000Z (over 3 years ago)
- Last Synced: 2025-04-11T18:21:39.066Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://blog-image-generator.now.sh
- Size: 2.01 MB
- Stars: 22
- Watchers: 6
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Echobind's Blog Image Generator
generates images for the blog or social media
## Table of Contents
- [About the Project](#about-the-project)
- [Built With](#built-with)
- [Local Development](#local-development)
- [Installation](#installation)
- [License](#license)
- [Acknowledgements](#acknowledgements)
## About The Project

This is a simple tool we made to save time when creating images to accompany blog posts we share on social media.
### Built With
- [Next.js](https://nextjs.org)
- [TypeScript](https://typescriptlang.org/)
- [Chakra UI](https://chakra-ui.com/)
## Local Development
To get a local copy up and running follow these simple steps.
### Installation
1. Clone the repo
```sh
git clone https://github.com/echobind/blog-image-generator.git
```
2. Install npm packages
```sh
yarn
```
3. Start with local dev server
```sh
yarn dev
```
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Acknowledgements
- ["Automatically Generate Social Images for Blog Posts"](https://www.learnwithjason.dev/blog/auto-generate-social-image/) by [@jlengstorf](https://github.com/jlengstorf)
## TODOS
- [ ] Create Cloudinary account for Echobind
- [ ] Change `cloudName: 'jsjoeio'` to Echobind's cloud name
- [ ] Upload template image to Echobind's Cloudinary and name it 'eb-template' or change `imagePublicID` in function. Here is the [link to my image to download it](https://res.cloudinary.com/jsjoeio/image/upload/v1578506666/eb-template.jpg)