Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.21 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.21 KB

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

# Clone project
$ git clone https://github.com/jumpogpo/Roblox-Transection-Sum.git
$ cd roblox-transection-sum

# Install package
$ yarn install

📺 Running the app

# run
$ yarn start

# build
$ yarn build

# build and run
$ yarn dev

🤝 Reference