An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          





Logo

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

![Gif of Echobind's blog image generator](https://i.ibb.co/Wcp7Bcx/2020-01-09-09-49-51.gif)

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)