Alitindrawan24 / go-pokemon-scraper

Go Pokemon Scraper is a very simple package built with Go to scrap pokemon information from Serebii.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Pokemon Scraper

License: MIT

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.

About

Go Pokemon Scraper is a very simple package built with Go to scrap pokemon information from Serebii.net

License:MIT License


Languages

Language:Go 97.6%Language:Makefile 2.4%