mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-21 11:09:30 -07:00
spelling cleanup
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -1,7 +1,4 @@
|
|||||||
{
|
{
|
||||||
"cSpell.enableFiletypes": [
|
|
||||||
"javascript"
|
|
||||||
],
|
|
||||||
"liveSassCompile.settings.formats": [
|
"liveSassCompile.settings.formats": [
|
||||||
{
|
{
|
||||||
"format": "compressed",
|
"format": "compressed",
|
||||||
@@ -23,7 +20,4 @@
|
|||||||
"eslint.validate": [
|
"eslint.validate": [
|
||||||
"javascript"
|
"javascript"
|
||||||
],
|
],
|
||||||
"cSpell.words": [
|
|
||||||
"Tucsan"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
@@ -18,7 +18,7 @@ This project is based on the work of [Mike Battaglia](https://github.com/vbguyny
|
|||||||
|
|
||||||
## Does WeatherStar 4000+ work outside of the USA?
|
## Does WeatherStar 4000+ work outside of the USA?
|
||||||
|
|
||||||
This project is tightly coupled to [NOAA's Weather API](https://www.weather.gov/documentation/services-web-api), which is exclsuive to the United States. Using NOAA's Weather API is a crucial requirement to provide an authentic WeatherStar 4000+ experience.
|
This project is tightly coupled to [NOAA's Weather API](https://www.weather.gov/documentation/services-web-api), which is exclusive to the United States. Using NOAA's Weather API is a crucial requirement to provide an authentic WeatherStar 4000+ experience.
|
||||||
|
|
||||||
If you would like to display weather information for international locations (outside of the USA), please checkout a fork of this project created by [@mwood77](https://github.com/mwood77):
|
If you would like to display weather information for international locations (outside of the USA), please checkout a fork of this project created by [@mwood77](https://github.com/mwood77):
|
||||||
- [`ws4kp-international`](https://github.com/mwood77/ws4kp-international)
|
- [`ws4kp-international`](https://github.com/mwood77/ws4kp-international)
|
||||||
|
|||||||
@@ -14,8 +14,12 @@
|
|||||||
"**/vendor": true,
|
"**/vendor": true,
|
||||||
"dist/**": true
|
"dist/**": true
|
||||||
},
|
},
|
||||||
|
"cSpell.enabledFileTypes": {
|
||||||
|
"markdown": true,
|
||||||
|
"JavaScript": true
|
||||||
|
},
|
||||||
"cSpell.enabled": true,
|
"cSpell.enabled": true,
|
||||||
"cSpell.words": [
|
"cSpell.ignoreWords": [
|
||||||
"'storm",
|
"'storm",
|
||||||
"arcgis",
|
"arcgis",
|
||||||
"Battaglia",
|
"Battaglia",
|
||||||
@@ -34,7 +38,11 @@
|
|||||||
"uscomp",
|
"uscomp",
|
||||||
"Visib",
|
"Visib",
|
||||||
"Waukegan",
|
"Waukegan",
|
||||||
"WSQS"
|
"WSQS",
|
||||||
|
"Tucsan",
|
||||||
|
"Malek",
|
||||||
|
"mwood",
|
||||||
|
"unmuted"
|
||||||
],
|
],
|
||||||
"cSpell.ignorePaths": [
|
"cSpell.ignorePaths": [
|
||||||
"**/package-lock.json",
|
"**/package-lock.json",
|
||||||
@@ -44,7 +52,6 @@
|
|||||||
".vscode",
|
".vscode",
|
||||||
".vscode-insiders",
|
".vscode-insiders",
|
||||||
"**/vendor/auto/**",
|
"**/vendor/auto/**",
|
||||||
"**/twc3.js",
|
|
||||||
],
|
],
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"emmet.includeLanguages": {
|
"emmet.includeLanguages": {
|
||||||
@@ -58,6 +65,6 @@
|
|||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": "explicit"
|
"source.fixAll.eslint": "explicit"
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user