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

https://github.com/florianpalvadeau/wealtify-js

Find the full documentation over here ! 👇
https://github.com/florianpalvadeau/wealtify-js

documentation wealth wealtify-js

Last synced: 4 months ago
JSON representation

Find the full documentation over here ! 👇

Awesome Lists containing this project

README

          

# Wealtify-js

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

![Github](https://img.shields.io/github/v/release/FlorianPALVADEAU/Wealtify-js)
![npm](https://img.shields.io/npm/v/wealtify.svg)
![npm](https://img.shields.io/npm/dm/wealtify.svg)

![Logo](https://i.ibb.co/NS8RcJZ/wealtify-js.png)

## Quick install

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

### NPM

```sh
npm i wealtify-js
```

**or**

### Yarn

```sh
yarn add wealtify-js
```

## Demo

Here is a quick demo of Wealtify-js:

```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](https://github.com/AugustinBriolon/wealtify-doc).

## 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](https://github.com/jgthms/bulma/blob/master/LICENSE).