Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 947 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 947 Bytes

Poketeam

This is a small Angular app to show what type advantages a generation 1 Pokemon team has.

Requirements

If you want to use the utility script to scrape Pokemon images:

Installation

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:

Example Team

This project was generated with Angular CLI version 15.1.1.