You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You'll need to use :
22
22
-_jq_: it allows to open json files directly from the shell.
23
23
### API and websites
24
24
To access the location, we call to [_tools.keycdn.com_](https://tools.keycdn.com), if you want to use another tool you can change that.
25
-
You'll need to make an account on [_openweathermap_](http://openweathermap.com) to have the api key you'll be able to use in the zshrc file.
25
+
You'll need to make an account on [_openweathermap_](http://openweathermap.com) to have the api key you'll be able to use in the _weather-v2.0.sh_ file.
26
26
27
27
## File description and what you might want to modify
28
28
### zshrc
@@ -34,6 +34,7 @@ You can modify the folders where everything is stored in by modifying the main v
34
34
### weather-v2.0.sh
35
35
The main script that allows to find location and weather.
36
36
`$CACHE` same as for zshrc. The must be similar to enable the two scripts to work together.
37
+
`$api_key` is your _openweathermap_ api key.
37
38
38
39
### bash_profile
39
40
The profile folder where all the aliases are stored.
0 commit comments