Skip to content

ghbhc/poketeam

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published