In order to enhance Polybar's weather widget some work needs to be done to port it from python to node. This issue reflects the project bootstrap. Basic idea is to have a dynamic icon which reflects the weather instead of the current fixed icon so that the text can be removed.
TBD
[ ] Estimation and calendar scheduling.
[ ] Read OpenWeatherData documentation.
[ ] Sort / group weather categories.
[ ] Choose categories / font, icon mapping.
[ ] Design widget architecture.
[ ] Bootstrap weatherJS node module as a shell script (#!/usr/bin/env node).
weatherJS script
In order to enhance Polybar's weather widget some work needs to be done to port it from python to node. This issue reflects the project bootstrap. Basic idea is to have a dynamic icon which reflects the weather instead of the current fixed icon so that the text can be removed.
TBD
#!/usr/bin/env node
).