Skip to content

Commit

Permalink
Add macrumors extension
Browse files Browse the repository at this point in the history
- Fix minor formatting issues
- Add image assets and update metadata
- Add basic functionality to parse and show RSS data
- Initial commit
  • Loading branch information
hughmcmillanv committed Jan 27, 2025
1 parent b91bf88 commit 8f068bd
Show file tree
Hide file tree
Showing 14 changed files with 3,639 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/macrumors/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/macrumors/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/macrumors/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
5 changes: 5 additions & 0 deletions extensions/macrumors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# MacRumors Changelog

## [Initial Version] - 2025-1-27

Initial version code
11 changes: 11 additions & 0 deletions extensions/macrumors/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# MacRumors

Browse MacRumors headlines from the comfort of Raycast.

Inspired by the Hacker News extension and corresponding example in the Raycast developer documentation.

[Hacker News Extension](https://github.com/raycast/extensions/tree/main/extensions/hacker-news)

[Raycast Developer Documentation - Hacker News Example](https://developers.raycast.com/examples/hacker-news)

![screenshot](metadata/macrumors-1.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/macrumors/metadata/macrumors-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/macrumors/metadata/macrumors-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8f068bd

Please sign in to comment.