- Add readme file

- Move vault transaction output to function
- Add list of all transactions from vault
- Start balance calculation functins
This commit is contained in:
Keith Solomon
2022-12-21 07:46:21 -06:00
parent 41807cf76a
commit eeb5f63885
6 changed files with 235 additions and 157 deletions
+41
View File
@@ -0,0 +1,41 @@
# Torn Vault Tracker
Track vault balances for shared private island vaults in [Torn City](https://torn.com/).
## Description
Uses the [Torn API](https://www.torn.com/api.html) to pul the most recent vault transactions for you and your spouse. Note that in ordder to acess the "Log" endpoint, the keys used must be created with Full Access permissions.
## Getting Started
### Dependencies
* Any reasonable LAMP stack (developed on Ubuntu 20.04 with Apache and PHP 8.1.10)
### Installing
* Create folder in your server's web root, for example, 'tvt'
* Upload/clone this repo into your folder
* Edit `functions.php` to add API keys for you and your spouse
* Open the tracker in any web browser
### Automating the API requests (TK)
## Help
Any advise for common problems or issues.
```
command to run if program contains helper info
```
## Authors
Contributors names and contact info
Keith Solomon
[KeithSolomon.net](https://keithsolomon.net/)
## Version History
* 0.1
* Initial Release