Go Pokemon Scraper is a very simple package built with Go to scrap pokemon information from Serebii.net
Information that includes in this scraper is Name, Sprite, Abilities, Types and Base Stats.
Tech
Go
Getting Started
Get Pokemon Scraper on your project
go get github.com/Alitindrawan24/go-pokemon-scraper
Run project using the following command
go run .
Or run using makefile
make run
License
This project is licensed under the MIT License - see the LICENSE.md file for details.