Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bram-bolt/lazy-koala

Image link generator for koalastothemax.com
https://github.com/bram-bolt/lazy-koala

html-css-javascript

Last synced: 4 days ago
JSON representation

Image link generator for koalastothemax.com

Awesome Lists containing this project

README

        





Logo

Lazy-Koala


Custom URL generator for
koalastothemax.


visit: lazy-koala.vercel.app


Table of Contents


  1. About The Project

  2. How Does the Generator Work?

  3. How to Get an Image URL

  4. Roadmap

  5. Contributing

  6. License

## About The Project
A simple html-css-js website that turns image links into playable koalastothemax games, all without having to complete the previous game first, which is the standard on koalastothemax.com. This lack of unnecessary effort is where Lazy-Koala got its name from.

## How does the generator work?
When koalastothemax.com creates a game from a custom image, it uses a system called "[Base64 encoding](https://en.wikipedia.org/wiki/Base64)" to convert your image link into a sequence of letters and numbers. This Base64 encoding is used as the URL path.

This generator does this process automatically and connects it to a usable interface.

## How to get an image URL.

#### Upload your own image

## Roadmap

- [ ] Redirecting directly via url (e.g, lazy-koala.vercel.app/imgur.com/123aaa)
- [ ] Image uploader?

## Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. Your help is greatly appreciated!

For further ideas, open an issue or send me an e-mail via: [[email protected]](mailto:[email protected]).

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)