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

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.

Awesome Lists containing this project

README

          


ROBLOX LOGO

## πŸ‘‹ 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/)