Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xtrendence/income-tracker
A simple income tracker made with Node.js.
https://github.com/xtrendence/income-tracker
css html income income-tracker javascript js money money-manager node node-js nodejs webapp website
Last synced: about 2 months ago
JSON representation
A simple income tracker made with Node.js.
- Host: GitHub
- URL: https://github.com/xtrendence/income-tracker
- Owner: Xtrendence
- Created: 2020-07-22T08:46:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:45:19.000Z (about 2 years ago)
- Last Synced: 2024-04-28T01:30:22.928Z (8 months ago)
- Topics: css, html, income, income-tracker, javascript, js, money, money-manager, node, node-js, nodejs, webapp, website
- Language: JavaScript
- Homepage: https://www.xtrendence.dev/pages/income-tracker/
- Size: 360 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Income Tracker
Income Tracker is a simple and stylish way to keep track of your income. This was primarily designed as a way to track "[beer money](https://www.reddit.com/r/beermoney)" income, which is basically just a small amount of money you make on the side working online.
### How does it work?
Income Tracker has a built-in ability to read and parse your Amazon Mechanical Turk income if the data is exported from MTurk Suite, and it also has a section for adding, editing, and removing transactions. These transactions could be anything, such as a survey you completed and got $1 for, or maybe you got $50 for your birhtday. Both your MTurk data and transaction list are used to generate a report that indicates your overall income, and also features a chart of your performance during the current month.
### How do I use it?
Since this wasn't really made to be used by the general public, you'll need to install Node.js and make any required adjustments yourself (changing the Purse.IO percentage, changing the £ symbol to $, and removing code that converts USD to GBP).
![Income Tracker](https://i.imgur.com/6bb9DQf.png)