github-heatmap 0.1.0

A CLI tool used to scrape a Github profile and mirror the SVG contribution heatmap as Unicode.
Documentation
[dependencies.clap]
features = ["derive"]
version = "3.2.22"

[dependencies.colored]
version = "2.0.0"

[dependencies.regex]
version = "1.6.0"

[dependencies.reqwest]
features = ["blocking"]
version = "0.11.12"

[dependencies.scraper]
version = "0.13.0"

[dependencies.thiserror]
version = "1.0.35"

[package]
categories = ["command-line-utilities"]
description = "A CLI tool used to scrape a Github profile and mirror the SVG contribution heatmap as Unicode."
edition = "2021"
exclude = ["examples/*"]
homepage = "https://github.com/adenh93/github-heatmap"
keywords = ["github", "heatmap", "contributions", "scraping"]
license-file = "LICENSE"
name = "github-heatmap"
readme = "README.md"
repository = "https://github.com/adenh93/github-heatmap"
resolver = "2"
version = "0.1.0"