Skip to content

Commit

Permalink
Add Weather forecast extension (#4)
Browse files Browse the repository at this point in the history
* add weather extension

* add MIT license

* use section title insteaf of nav title + add search placeholder

* rename details action for consistency

* avoid state flickering

* set raycast api to 1.24.5
  • Loading branch information
tonka3000 authored Oct 13, 2021
1 parent cdc0ad9 commit 45a4b9a
Show file tree
Hide file tree
Showing 13 changed files with 4,167 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/weather/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
10 changes: 10 additions & 0 deletions extensions/weather/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
2 changes: 2 additions & 0 deletions extensions/weather/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.vscode
.DS_Store
4 changes: 4 additions & 0 deletions extensions/weather/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
Binary file added extensions/weather/assets/weather.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 45a4b9a

Please sign in to comment.