Skip to content

Commit

Permalink
Fixes #22, #23, #24, #25, #26. Updates icons
Browse files Browse the repository at this point in the history
  • Loading branch information
calebegg committed Jan 6, 2023
1 parent 4df6655 commit bdfa9b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/fetchWeather.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,14 @@ function convertIcon(url: string) {
const ICON_MAP = new Map([
['bkn', '\uf15b'],
['few', '\uf172'],
['fg', '\ue818'],
['nbkn', '\uf15b'],
['nfew', '\uf174'],
['novc', '\uf15b'],
['nra', '\uf176'],
['nsct', '\uf174'],
['ovc', '\uf15b'],
['ra', '\uf176'],
['sct', '\uf172'],
['wind_sct', '\uefd8'],
]);
Expand Down

0 comments on commit bdfa9b8

Please sign in to comment.