https://github.com/alephtwo/sparky
A calculator for determining how much money you will be wasting.
https://github.com/alephtwo/sparky
gacha granblue granblue-fantasy
Last synced: 3 months ago
JSON representation
A calculator for determining how much money you will be wasting.
- Host: GitHub
- URL: https://github.com/alephtwo/sparky
- Owner: alephtwo
- Created: 2019-10-21T21:15:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-03-30T19:54:24.000Z (3 months ago)
- Last Synced: 2026-03-30T21:28:24.493Z (3 months ago)
- Topics: gacha, granblue, granblue-fantasy
- Language: TypeScript
- Homepage: http://alephtwo.github.io/sparky
- Size: 2.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sparky
[Spark it up Sparky!](https://www.youtube.com/watch?v=ukjnrXTTvPY&t=1m07s)
This is a simple web application to aid in financial calculations related to
[Granblue Fantasy](https://granbluefantasy.jp).
## Usage
The user inputs the number they possess of each of the following:
- Crystals (300 per draw)
- Ten Part Draw Tickets
- Draw Tickets
- Cerulean Sparks
The calculator then determines the number of ten draws that must be completed
in order to hit 300 cerulean sparks and associates that with a cost in JPY:
```text
required ten draws * 3150 JPY per ten draw
```
If the user has more than one spark, the cost is always determined for the next
spark.
## Development
Pull in dependences:
```shell
> npm install
```
Start a development server:
```shell
> npm start
```
## Contributing
1. Fork the repo.
1. Make your changes.
1. Ensure that `npm run lint` does not return any errors.
1. Send a pull request.
Please make sure to follow reasonable style standards and conventions.