Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaandesu/banana-converter

🍌 Convert lengths and distances to bananas or viceversa. Simple, blazingly fast and free! 🍌
https://github.com/kaandesu/banana-converter

banana bananas converter distance length-converter npm-package typescript

Last synced: 4 months ago
JSON representation

🍌 Convert lengths and distances to bananas or viceversa. Simple, blazingly fast and free! 🍌

Awesome Lists containing this project

README

        



Banana Converter Logo


![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) ![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white) ![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)


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

```bash
npm i banana-converter
```

## Usage

```typescript
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](https://github.com/kaandesu/banana-converter/issues/new). 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](CONTRIBUTING.md).

### 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](https://github.com/kaandesu) |