This is a small Angular app to show what type advantages a generation 1 Pokemon team has.
- Angular (and thus Node.js & npm)
- Angular Material
If you want to use the utility script to scrape Pokemon images:
git clone https://github.com/ghbhc/poketeam.git
cd poketeam
ng add @angular/material
To set up and use the image scraping script:
python -m venv ~/envs/requests
. ~/envs/bin/activate
pip install --upgrade pip
pip install requests
pip install beautifulsoup4
python src/utils/get-poke0imgs.py
Example team:
This project was generated with Angular CLI version 15.1.1.