readme-ascii

readme-ascii

Whenever you're exploring the most successful repositories on GitHub, there is usually one thing that stands out the most: a logo.

If you go to Node.js, right at the top they have their fancy logo. It's the same with Wiki.js, Rust, Bootstrap, GitHub Readme Stats, nodemon... the list goes on.

Unfortunately, not all of us have the spare time to spend on a logo. Enter readme-ascii.

ASCII art is an easy solution to a logo, but it tends to not display well across different screen sizes. That's why I made this project, to turn the ASCII text into an image that can resize as expected.

The biggest caveat with this project so far is that it doesn't look great on longer strings. So for now just try to stick with concise names, and I'll see what I can whip up in the future. Check out the one on my profile!

Usage

Using this project couldn't be simpler.

  1. Go to the site
  2. Enter your text
  3. Click "Generate Image"
  4. Wait as your image is created
  5. Download the image
  6. Success!

Development

If you want to work on this project locally, run the following commands:

  1. npm install - required initially to download the npm dependencies
  2. npm run devstart - runs environment with nodemon, so the server is automatically restarted on changes
  3. Visit localhost:5000 to interact with it

TODOs

After I get the MVP of this working, there are several things I would like to go back and add. Any help doing so would be appreciated :)