https://github.com/njs-guy/bst-graph
Generate Pokémon base stat total charts
https://github.com/njs-guy/bst-graph
Last synced: 4 months ago
JSON representation
Generate Pokémon base stat total charts
- Host: GitHub
- URL: https://github.com/njs-guy/bst-graph
- Owner: njs-guy
- License: mit
- Created: 2022-06-26T18:18:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T19:51:46.000Z (over 2 years ago)
- Last Synced: 2024-12-30T22:29:42.452Z (over 1 year ago)
- Language: Vue
- Homepage: https://njs-guy.github.io/bst-graph/
- Size: 1.02 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BST Graph
Generate Pokémon base stat total graphs similar to what's seen on Bulbapedia.
Check it out at https://njs-guy.github.io/bst-graph/ !


## Features
- Can fully edit any stat and use any name.
- Great for fakémon!
- Export to PNG or SVG.
- Autofill stats from Pokémon name. (Based on Generation 9.)
- Also works on mobile!
- Open source under MIT license.
## More information
- For more info about using autofill, see [autofill.md](docs/autofill.md).
- For build instructions, see [dev_info.md](docs/dev_info.md).
## Special thanks
BST Graph uses [PokeAPI](https://pokeapi.co/) to autofill data,
[pokenode-ts](https://pokenode-ts.vercel.app/) for caching that data,
[dom-to-svg](https://github.com/felixfbecker/dom-to-svg) for generating svg images,
and [Vue](https://vuejs.org/) for the frontend.
Without them, the making of BST Graph would have been significantly harder!
## Building
For build instructions, see [dev_info](docs/dev_info.md).
## DISCLAIMER
BST Graph is NOT an official product and is not associated with Pokémon,
The Pokémon Company, Nintendo, Creatures Inc.,
or any of their respective copyright holders.