Skip to content

LuisOsnet/Pokedex

Repository files navigation

WEB SCRAPER

This is a little example to create a web scraper using Ruby on Rails

Image of Yaktocat

Getting Started

Installing

It will easy just need to run the next commands after downloaded the project.

rails db:create db:migrate

after run migrations run the next command

bundle install

And finally run the scraper

PokemonBotService.new.run

Now start the server

rails s

Go to your browser and type

http://localhost:3000/

Built With

Authors