hc-oss / coffee-flavor-wheel

Coffee Tester's Flavor Wheel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coffee Tester's Flavor Wheel

Information

GitHub Actions Status NPM gzip

⚑ Features

  • No Dependency β›”
  • Cross Framework πŸ––
  • Strictly typed with TypeScript (you can still use it with JavaScript) πŸ’‚

πŸ”§ Installation

npm i coffee-flavor-wheel

πŸ“¦ Usage

import { ICoffeeFlavor, CoffeeFlavors, CreditText } from "coffee-flavor-wheel";

console.log("Flavors", CoffeeFlavors);
console.log("Credits", CreditText);

ICoffeeFlavor is an exported TypeScript Interface

πŸ‘€ Output

{
    "name": "roasted",
    "color": "#D33727",
    "children": [
      {
        "name": "pipe tobacco",
        "color": "#A49663"
      },
      ...
    ]
}

🀠 Credits

The Coffee Taster's Flavor Wheel by SCA and WCR (Β©2016) is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Please review the license terms carefully to ensure that your intended use of this digital file meets license requirements.

About

Coffee Tester's Flavor Wheel

License:MIT License


Languages

Language:TypeScript 100.0%