Wealtify-js is a JS library which help you to manage your income.
Wealtify-js is constantly in development! Try it out now:
npm i wealtify-js
or
yarn add wealtify-js
Here is a quick demo of Wealtify-js:
import average from '../src/averaging';
const data = [1, 2, 3];
const averageData = average(data);
console.log(averageData);
// Expect 2
You can find the Wealtify-js documentation on the website.
Chrome: โ
Mozilla: โ
Safari: โ
Opera: โ
Edge: โ
Wealtify-js is a work in progress and is open for contributions. If you have any feature requests or bug reports, please create an issue in the Wealtify-js Issue Tracker
Code copyright 2023 Florian PALVADEAU, Augustin BRIOLON, Elyes VOISIN. Code released under the MIT license.