Skip to content

FlorianPALVADEAU/Wealtify-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

54 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Wealtify-js

Wealtify-js is a JS library which help you to manage your income.

Github npm npm

Logo

Quick install

Wealtify-js is constantly in development! Try it out now:

NPM

npm i wealtify-js

or

Yarn

yarn add wealtify-js

Demo

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

Documentation

You can find the Wealtify-js documentation on the website.

Browser Support

Chrome: โœ…

Mozilla: โœ…

Safari: โœ…

Opera: โœ…

Edge: โœ…

Contributing

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

Copyright and license

Code copyright 2023 Florian PALVADEAU, Augustin BRIOLON, Elyes VOISIN. Code released under the MIT license.