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

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

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/ !

![Light mode](docs/images/example.png "Light mode")
![Dark mode](docs/images/example_dark.png "Dark mode")

## 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.