akumarujon / webciify

🕸 | Web version of Tapciify.

Home Page:https://webciify.shuttleapp.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webciify

Web version of Tapciify.

Requirements

  1. CC linker (Windows - Microsoft Visual Studio with C++ Support) (Linux - gcc)
  2. Rust

Install

For now Webciify can be installed using Git + Rust.

Clone this repository:

git clone https://github.com/akumarujon/webciify

Change dir and Compile:

cd webciify
cargo build --release

Run:

target/release/webciify

or

cargo run -r
  • -r is for release option

Usage

The program will run on port 3000. To get your images in ASCII, you have to give image path and width as a parameter.

http://localhost:3000?image={image_link}&width={width}

For example:

http://localhost:3000/?image=https://github.com/tapnisu/tapciify/blob/main/assets/original.png?raw=true&width=32

Colors are not supported yet. Don't forget to leave a ⭐️

About

🕸 | Web version of Tapciify.

https://webciify.shuttleapp.rs


Languages

Language:Rust 100.0%