weather-bot / meow

Create meow image with weather infomation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meow

Meow is a tool to create a kitty image with weather information.

Quick Start

Before you start, you need to have Rust and Cargo.

curl https://sh.rustup.rs -sSf | sh

Then we could get the source code.

git clone https://github.com/weather-bot/meow.git
cd meow

You can create a demo image immediately.

make test-light # Create in light-mode

To see the full usage:

make help

Demo

The original image:

input

output with information in light-mode:

light_output

About

Create meow image with weather infomation

License:MIT License


Languages

Language:Rust 96.2%Language:Makefile 3.8%