/Nuxt-3-Price-Scraper

This is a scraper of ebooks' prices from Kobo.com. I am fooling around with Nuxt 3 and Vue 3.

Primary LanguageVue

App Description

This web app scrapes Kobo.com and compares an ebook's different prices for each available country. It has three pages:

  • Page 1 : Main page with search bar.
  • Page 2 : List of searched books.
  • Page 3 : Ebook's prices comparison.

You can check out the app at: https://www.kobo-price-scraper.com/

Techs used

  • Nuxt 3
  • Vue 3

Setup if you wanna give the code a look

Install the dependencies:

# npm
npm install

And start the development server on http://localhost:3000

npm run dev

Look at the nuxt 3 documentation to learn more.