Skip to content

kaandesu/banana-converter

Repository files navigation

Banana Converter Logo

TypeScript Vite GitHub Actions

Banana Converter

Convert lengths to and from bananas with this simple TypeScript library. Supports various units for convenient conversions.
Simple, blazingly fast and free! 🍌

Live Demo Β· Report Bug Β· Request Feature

Install

npm i banana-converter

Usage

import { convert } from "banana-converter";

convert(1.5, "banana", "cm"); // 26.67
convert(24, "yard", "banana"); // 123.432
convert(60, "kilometer", "banana"); // 337078.651685

Contributing

Contributions to the project is highly appreciated. If you have any suggestions/questions/requests please consider opening an issue. If you want to contribute to the project, fixing an open issue is greatly recommended and appreciated. To see the all contribution rules please check the contribution rules.

Roadmap

  • More banana options for i18n support:
    • Cavendish Banana.
    • Pisang Raja.
    • Red Banana.
    • Lady Finger Banana.
    • Blue Java Banana.
    • Plantain.
    • Manzano Banana.
    • Burro Banana.
    • Γ‡ikita
  • Weight converter.
  • Detailed documentation.

Contact

Maintainer
kaandesu