Skip to content

Commit

Permalink
Merge pull request #1 from Bee-Stack/sachinb-review
Browse files Browse the repository at this point in the history
Update dictionary.js
  • Loading branch information
sachinbhatnagar committed Mar 25, 2022
2 parents 9cebb55 + a8da9be commit bc7064e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Vanilla/Resources/dictionary.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Weather API codes for current weather conditions
let present = [{
codes: [5,6,7,8,9,10],
prefix: "there is"
Expand All @@ -12,6 +13,7 @@ let present = [{
prefix: "it is"
}];

// Weather API codes for forecast conditions
let future = [{
codes: [0,1,2],
prefix: "there will be a"
Expand All @@ -26,4 +28,4 @@ let future = [{
module.exports = {
present,
future
}
}

0 comments on commit bc7064e

Please sign in to comment.