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 ! 👇
- Host: GitHub
- URL: https://github.com/florianpalvadeau/wealtify-js
- Owner: FlorianPALVADEAU
- License: mit
- Created: 2023-10-17T10:17:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T14:23:15.000Z (over 2 years ago)
- Last Synced: 2025-10-11T12:39:30.222Z (8 months ago)
- Topics: documentation, wealth, wealtify-js
- Language: JavaScript
- Homepage: https://github.com/AugustinBriolon/wealtify-doc
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Wealtify-js
Wealtify-js is a **JS library** which help you to manage your income.




## 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).