Handy tool in nowadays JavaScript jungle
npm install finka
alt="Finka.js"
title="Finka.js" />





Handy tool in nowadays JavaScript jungle.
It's extending default JS classes like Array or String with new handy methods,
that probably sooner or later you are going to search for on Stack Overflow ;)
_Finka_ is Polish word and means a knife usually used by scouts. It's also abbreviation to _nóż fiński_ so _Finnish knife_.
According to _Wikipedia_ it's originally really Finnish knife called Puukko.
Bitbar is Finnish company responsible for Bitbar Cloud,
which hosts hundreds of Android and iOS devices, enabling users to create and test high quality mobile apps and games.
Main R&D team is in Wrocław, Poland.
This package is using UMD pattern, so it means that you can use it:
* in Node.js project
* browser running project
* without AMD
* with AMD
#### Option A: With npm
Install:
``sh`
npm install finka
And then in you main JS file:
`js`
require('finka');
That's all!
#### Option B: Download
Download version that fits your better:
And simply add HTML tag:
`html`
Done!
https://bitbar.github.io/finka-js/
`sh`
npm run lint
`sh`
npm run test
`sh`
npm run build
`sh``
npm run docs
* Marek Sierociński - marverix
* tpiechaczek - tpiechaczek
* Bartosz Trzos - Trzosoo
* Alberto Luis Fernandez Reyes - alberto-f
* ToniaR - ToniaR
* Toni - ToniVaakanainen
* gfduszynski - gfduszynski
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details