Merge branch 'dev' of github.com:ksyasuda/SudacodeRice into dev

This commit is contained in:
ksyasuda
2021-11-09 00:59:49 -08:00
3 changed files with 9 additions and 349 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/sh
#!/usr/bin/env bash
[ -f "$HOME/.weatherkey" ] && source "$HOME/.weatherkey"
get_icon() {
case $1 in
@@ -52,7 +54,7 @@ get_duration() {
}
KEY="6865df0d489817348e4c7941aaa6cdeb"
KEY="$OPENWEATHERMAP_KEY"
# CITY="Ann Arbor"
CITY="Los%20Angeles"
UNITS="imperial"