https://github.com/jumpogpo/roblox-transection-sum
This project has been created to calculate the sum of Roblox purchase transactions in the desired month.
https://github.com/jumpogpo/roblox-transection-sum
roblox roblox-api
Last synced: 3 months ago
JSON representation
This project has been created to calculate the sum of Roblox purchase transactions in the desired month.
- Host: GitHub
- URL: https://github.com/jumpogpo/roblox-transection-sum
- Owner: jumpogpo
- Created: 2023-10-04T06:28:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T17:22:59.000Z (over 2 years ago)
- Last Synced: 2025-01-18T11:28:49.922Z (over 1 year ago)
- Topics: roblox, roblox-api
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## π Description
This project is designed to sum all of the Roblox purchase transactions in the month specified by the user (1-12) and display the total amount of Robux spent during that month.
## π§ Preface
I need to sum all Roblox purchase transactions for each month, which can be quite time-consuming. That's why I created this projectβto save time on the process of summing up all Roblox purchase transactions.
## π How to use?
- Clone this project following the installation instructions.
- Create a .env file and input the COOKIE into the file.
- Install all the required package for this project.
- Run the program.
## π Installation
```bash
# Clone project
$ git clone https://github.com/jumpogpo/Roblox-Transection-Sum.git
$ cd roblox-transection-sum
# Install package
$ yarn install
```
## πΊ Running the app
```bash
# run
$ yarn start
# build
$ yarn build
# build and run
$ yarn dev
```
## π€ Reference
- Typescript - [https://www.typescriptlang.org/](https://www.typescriptlang.org/)
