Skip to content

Commit

Permalink
Add bbc-news-headlines extension (raycast#15709)
Browse files Browse the repository at this point in the history
* initial commit

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>
  • Loading branch information
3 people authored and gogocharli committed Jan 6, 2025
1 parent 7325c45 commit cd7ccf6
Show file tree
Hide file tree
Showing 12 changed files with 3,658 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/bbc-news-headlines/.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/bbc-news-headlines/.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/bbc-news-headlines/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/bbc-news-headlines/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# BBC News Headlines Changelog

## [Initial Version] - 2024-12-13
3 changes: 3 additions & 0 deletions extensions/bbc-news-headlines/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# BBC News Headlines

Read the latest BBC News headlines
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 cd7ccf6

Please sign in to comment.