AlexGalhardo / books.alexgalhardo.com

A simple catalog of books I have read, I'm reading and recommend to other people.

Home Page:https://books.alexgalhardo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

  • A simple catalog of books to learn more about technology and software engineering.

Web Scrapping

Local Development Setup

  1. Clone this repository
git clone git@github.com:AlexGalhardo/books.alexgalhardo.com.git
  1. Enter repository
cd books.alexgalhardo.com/
  1. Run setup.sh
chmod +x setup.sh && ./setup.sh

Build for deploy

a. Create build

bun run build

b. Preview production build

bun run preview

c. Open production build local server (build + preview)

bun run start

Start web scrapping get books from amazon.com

bun run get:books

License

MIT

Copyright (c) January 2024-present, Alex Galhardo

About

A simple catalog of books I have read, I'm reading and recommend to other people.

https://books.alexgalhardo.com


Languages

Language:TypeScript 68.6%Language:JavaScript 25.8%Language:CSS 3.8%Language:HTML 1.5%Language:Shell 0.3%