Socket
Socket
Sign inDemoInstall

coffee-flavor-wheel

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    coffee-flavor-wheel

Coffee Tester's Flavor Wheel


Version published
Weekly downloads
4
decreased by-20%
Maintainers
1
Install size
74.3 kB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 23 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc