https://github.com/poximy/oh-my-apple
Oh My Apple scrapes other apple rumors into a nice format
https://github.com/poximy/oh-my-apple
apple ios iphone mac macos
Last synced: about 2 months ago
JSON representation
Oh My Apple scrapes other apple rumors into a nice format
- Host: GitHub
- URL: https://github.com/poximy/oh-my-apple
- Owner: poximy
- Created: 2021-12-20T18:15:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T21:16:49.000Z (over 2 years ago)
- Last Synced: 2025-06-02T06:20:41.855Z (about 1 year ago)
- Topics: apple, ios, iphone, mac, macos
- Language: Go
- Homepage: https://apple.poximy.com
- Size: 1.27 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oh My Apple

This project seamlessly obtains content from various Apple-related websites, creating a consolidated platform for accessing news. It employs web scraping techniques to extract headlines, subsequently presenting them in a visually appealing and organized format.
## Setup
System requirements: `node lts`, `go 1.21` & `docker`
Start by cloning the repo, run `pnpm i` and `go mod download`, once thats done all you need to do is `pnpm dev` and the project should be visible on `localhost:8080`
This project already has the necessary files to be deployed in GCloud
Made with ❤️