An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Oh My Apple
![website screenshot](github/ohmyapple.png)
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 ❤️