From 065c38ddc10505b6f6eb849c8e251196125bacc2 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Wed, 3 Oct 2018 10:30:48 -0700 Subject: [PATCH] Add documentation for Spotify module --- _site/content/modules/spotify.md | 54 ++ docs/404.html | 7 + docs/categories/index.html | 7 + docs/configuration/attributes/index.html | 7 + docs/configuration/index.html | 7 + docs/configuration/iterm2/index.html | 7 + docs/getting_started/glossary/index.html | 7 + docs/getting_started/index.html | 7 + docs/getting_started/installation/index.html | 7 + docs/index.html | 7 + docs/index.json | 7 + docs/index.xml | 15 + docs/modules/bamboohr/index.html | 8 + docs/modules/circleci/index.html | 8 + docs/modules/clocks/index.html | 8 + docs/modules/cmdrunner/index.html | 103 +--- .../cryptocurrencies/bittrex/index.html | 8 + .../cryptocurrencies/blockfolio/index.html | 8 + .../cryptocurrencies/cryptolive/index.html | 104 +--- docs/modules/cryptocurrencies/index.html | 8 + docs/modules/datadog/index.html | 8 + docs/modules/gerrit/index.html | 20 + docs/modules/git/index.html | 8 + docs/modules/github/index.html | 8 + docs/modules/gitlab/index.html | 8 + docs/modules/gitter/index.html | 8 + docs/modules/google/gcal/index.html | 8 + docs/modules/google/gspreadsheet/index.html | 8 + docs/modules/google/index.html | 8 + docs/modules/hackernews/index.html | 8 + docs/modules/index.html | 8 + docs/modules/index.xml | 15 + docs/modules/ipaddress/index.html | 8 + docs/modules/ipaddress/ipapi/index.html | 8 + docs/modules/ipaddress/ipinfo/index.html | 8 + docs/modules/jenkins/index.html | 8 + docs/modules/jira/index.html | 20 + docs/modules/logger/index.html | 8 + docs/modules/newrelic/index.html | 8 + docs/modules/opsgenie/index.html | 8 + docs/modules/power/index.html | 8 + docs/modules/security/index.html | 10 +- docs/modules/spotify/index.html | 583 ++++++++++++++++++ docs/modules/textfile/index.html | 10 +- docs/modules/todo/index.html | 8 + docs/modules/todoist/index.html | 8 + docs/modules/travisci/index.html | 8 + docs/modules/trello/index.html | 8 + docs/modules/twitter/index.html | 8 + docs/modules/weather_services/index.html | 8 + .../weather_services/prettyweather/index.html | 8 + .../weather_services/weather/index.html | 8 + docs/modules/zendesk/index.html | 8 + docs/sitemap.xml | 5 + docs/tags/index.html | 7 + 55 files changed, 1087 insertions(+), 193 deletions(-) create mode 100644 _site/content/modules/spotify.md create mode 100644 docs/modules/spotify/index.html diff --git a/_site/content/modules/spotify.md b/_site/content/modules/spotify.md new file mode 100644 index 000000000..707898016 --- /dev/null +++ b/_site/content/modules/spotify.md @@ -0,0 +1,54 @@ +--- +title: "Spotify" +date: 2018-10-02T17:13:11-07:00 +draft: false +weight: 205 +--- + +Control the Spotify client. + +## Source Code + +```bash +wtf/spotify/ +``` + +## Keyboard Commands + +Key: `/`
+Action: Open/close the widget's help window. + +Key: `space`
+Action: + +Key: `h`
+Action: + +Key: `l`
+Action: + +## Configuration + +```yaml +spotify: + enabled: true + position: + top: 1 + left: 2 + height: 1 + width: 1 + refreshInterval: 0 +``` + +## Attributes + +`enabled`
+Determines whether or not this module is executed and if its data displayed onscreen.
+Values: `true`, `false`. + +`position`
+Defines where in the grid this module's widget will be displayed.
+ +`refreshInterval`
+How often, in seconds, this module will update its data.
+Values: A positive integer, `0..n`. diff --git a/docs/404.html b/docs/404.html index 4465a1f5d..3b059b709 100644 --- a/docs/404.html +++ b/docs/404.html @@ -311,6 +311,13 @@ Security + +
  • +
    + + Spotify + +
  • diff --git a/docs/categories/index.html b/docs/categories/index.html index 5d7014f82..853d2e869 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -311,6 +311,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/configuration/attributes/index.html b/docs/configuration/attributes/index.html index 93cb67675..865f5ae07 100644 --- a/docs/configuration/attributes/index.html +++ b/docs/configuration/attributes/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/configuration/index.html b/docs/configuration/index.html index 8b32ca0d7..685f29482 100644 --- a/docs/configuration/index.html +++ b/docs/configuration/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/configuration/iterm2/index.html b/docs/configuration/iterm2/index.html index 6303ad457..2ca5212ca 100644 --- a/docs/configuration/iterm2/index.html +++ b/docs/configuration/iterm2/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/getting_started/glossary/index.html b/docs/getting_started/glossary/index.html index 642dcbfac..51819786c 100644 --- a/docs/getting_started/glossary/index.html +++ b/docs/getting_started/glossary/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/getting_started/index.html b/docs/getting_started/index.html index 9b78856ae..d50e3e867 100644 --- a/docs/getting_started/index.html +++ b/docs/getting_started/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/getting_started/installation/index.html b/docs/getting_started/installation/index.html index 8ffd1e576..ad293ce35 100644 --- a/docs/getting_started/installation/index.html +++ b/docs/getting_started/installation/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/index.html b/docs/index.html index fd1112999..52bbcfaa3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -311,6 +311,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/index.json b/docs/index.json index e0b71f718..cf8fc6978 100644 --- a/docs/index.json +++ b/docs/index.json @@ -244,6 +244,13 @@ "description": "", "content": " Displays some general information about the state of the machine\u0026rsquo;s wifi connection, firewall, DNS settings, and logged-in users.\nWifi Network The name of the current network Whether or not the network uses encryption and if so, what flavour Firewall Whether or not the firewall is enabled Whether or not Stealth Mode is enabled DNS Which DNS resolvers (servers) the machine is configured to use Users Which users are logged into the machine. Note: Does not yet show hidden users. Source Code wtf/security/ Configuration security:enabled:trueposition:top:1left:2height:1width:1refreshInterval:3600 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false.\nposition Defines where in the grid this module\u0026rsquo;s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Values: A positive integer, 0..n.\n" }, +{ + "uri": "https://wtfutil.com/modules/spotify/", + "title": "Spotify", + "tags": [], + "description": "", + "content": " Control the Spotify client.\nSource Code wtf/spotify/ Keyboard Commands Key: / Action: Open/close the widget\u0026rsquo;s help window.\nKey: space Action:\nKey: h Action:\nKey: l Action:\nConfiguration spotify:enabled:trueposition:top:1left:2height:1width:1refreshInterval:0 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false.\nposition Defines where in the grid this module\u0026rsquo;s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Values: A positive integer, 0..n.\n" +}, { "uri": "https://wtfutil.com/modules/textfile/", "title": "Textfile", diff --git a/docs/index.xml b/docs/index.xml index 1807cc552..f67838c32 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -410,6 +410,21 @@ position Defines where in the grid this module’s widget will be displa Wifi Network The name of the current network Whether or not the network uses encryption and if so, what flavour Firewall Whether or not the firewall is enabled Whether or not Stealth Mode is enabled DNS Which DNS resolvers (servers) the machine is configured to use Users Which users are logged into the machine. + + Spotify + https://wtfutil.com/modules/spotify/ + Tue, 02 Oct 2018 17:13:11 -0700 + + https://wtfutil.com/modules/spotify/ + Control the Spotify client. +Source Code wtf/spotify/ Keyboard Commands Key: / Action: Open/close the widget’s help window. +Key: space Action: +Key: h Action: +Key: l Action: +Configuration spotify:enabled:trueposition:top:1left:2height:1width:1refreshInterval:0 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. +position Defines where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. + + Textfile https://wtfutil.com/modules/textfile/ diff --git a/docs/modules/bamboohr/index.html b/docs/modules/bamboohr/index.html index 56c61131f..eca769e8e 100644 --- a/docs/modules/bamboohr/index.html +++ b/docs/modules/bamboohr/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/circleci/index.html b/docs/modules/circleci/index.html index a8852f80b..0d57ef0c6 100644 --- a/docs/modules/circleci/index.html +++ b/docs/modules/circleci/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/clocks/index.html b/docs/modules/clocks/index.html index 4f839f743..d827419e7 100644 --- a/docs/modules/clocks/index.html +++ b/docs/modules/clocks/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/cmdrunner/index.html b/docs/modules/cmdrunner/index.html index 77892fe2a..7877b5848 100644 --- a/docs/modules/cmdrunner/index.html +++ b/docs/modules/cmdrunner/index.html @@ -141,35 +141,6 @@ CmdRunner
    -
  • -
  • -
    - Crypo Currencies -
    -
  • @@ -212,28 +183,6 @@ Gitter
    -
  • -
  • -
    - Google Apps -
    -
  • @@ -241,28 +190,6 @@ Hacker News
    -
  • -
  • -
    - IP Addresses -
    -
  • @@ -312,6 +239,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -354,28 +288,6 @@ Twitter
    -
  • -
  • -
    - Weather Services -
    -
  • @@ -433,6 +345,7 @@ + diff --git a/docs/modules/cryptocurrencies/bittrex/index.html b/docs/modules/cryptocurrencies/bittrex/index.html index fda3c99ae..1985918fe 100644 --- a/docs/modules/cryptocurrencies/bittrex/index.html +++ b/docs/modules/cryptocurrencies/bittrex/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -438,6 +445,7 @@ + diff --git a/docs/modules/cryptocurrencies/blockfolio/index.html b/docs/modules/cryptocurrencies/blockfolio/index.html index 26c787d2d..c5dfbf903 100644 --- a/docs/modules/cryptocurrencies/blockfolio/index.html +++ b/docs/modules/cryptocurrencies/blockfolio/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -438,6 +445,7 @@ + diff --git a/docs/modules/cryptocurrencies/cryptolive/index.html b/docs/modules/cryptocurrencies/cryptolive/index.html index 8be159c17..c3390cc7f 100644 --- a/docs/modules/cryptocurrencies/cryptolive/index.html +++ b/docs/modules/cryptocurrencies/cryptolive/index.html @@ -141,36 +141,6 @@ CmdRunner
    -
  • -
  • -
    - Crypo Currencies - -
    -
  • @@ -213,28 +183,6 @@ Gitter
    -
  • -
  • -
    - Google Apps -
    -
  • @@ -242,28 +190,6 @@ Hacker News
    -
  • -
  • -
    - IP Addresses -
    -
  • @@ -313,6 +239,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -355,28 +288,6 @@ Twitter
    -
  • -
  • -
    - Weather Services -
    -
  • @@ -438,6 +349,7 @@ + diff --git a/docs/modules/cryptocurrencies/index.html b/docs/modules/cryptocurrencies/index.html index 4c9b374d9..cbea0dc45 100644 --- a/docs/modules/cryptocurrencies/index.html +++ b/docs/modules/cryptocurrencies/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -438,6 +445,7 @@ + diff --git a/docs/modules/datadog/index.html b/docs/modules/datadog/index.html index 6b90bef17..34fb52224 100644 --- a/docs/modules/datadog/index.html +++ b/docs/modules/datadog/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/gerrit/index.html b/docs/modules/gerrit/index.html index 6587ef0a7..c4d5a1289 100644 --- a/docs/modules/gerrit/index.html +++ b/docs/modules/gerrit/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -410,13 +417,22 @@ + + + @@ -424,12 +440,16 @@ + + diff --git a/docs/modules/git/index.html b/docs/modules/git/index.html index 0d834d23f..920d571b8 100644 --- a/docs/modules/git/index.html +++ b/docs/modules/git/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/github/index.html b/docs/modules/github/index.html index 55fa7e9ec..0f9866ebc 100644 --- a/docs/modules/github/index.html +++ b/docs/modules/github/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/gitlab/index.html b/docs/modules/gitlab/index.html index 4aa5fe31e..c9c367ed9 100644 --- a/docs/modules/gitlab/index.html +++ b/docs/modules/gitlab/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/gitter/index.html b/docs/modules/gitter/index.html index e76ab34f0..94749048d 100644 --- a/docs/modules/gitter/index.html +++ b/docs/modules/gitter/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/google/gcal/index.html b/docs/modules/google/gcal/index.html index 950bbfbfd..eccbb59a4 100644 --- a/docs/modules/google/gcal/index.html +++ b/docs/modules/google/gcal/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -437,6 +444,7 @@ + diff --git a/docs/modules/google/gspreadsheet/index.html b/docs/modules/google/gspreadsheet/index.html index e52f1a03d..113c859ae 100644 --- a/docs/modules/google/gspreadsheet/index.html +++ b/docs/modules/google/gspreadsheet/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -437,6 +444,7 @@ + diff --git a/docs/modules/google/index.html b/docs/modules/google/index.html index bc3a2ba5d..1f63c2042 100644 --- a/docs/modules/google/index.html +++ b/docs/modules/google/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -437,6 +444,7 @@ + diff --git a/docs/modules/hackernews/index.html b/docs/modules/hackernews/index.html index b63a531a1..e3ddb62c3 100644 --- a/docs/modules/hackernews/index.html +++ b/docs/modules/hackernews/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/index.html b/docs/modules/index.html index d1d8af261..20405dca6 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/index.xml b/docs/modules/index.xml index f6bb080dc..935377614 100644 --- a/docs/modules/index.xml +++ b/docs/modules/index.xml @@ -260,6 +260,21 @@ position Defines where in the grid this module’s widget will be displa Wifi Network The name of the current network Whether or not the network uses encryption and if so, what flavour Firewall Whether or not the firewall is enabled Whether or not Stealth Mode is enabled DNS Which DNS resolvers (servers) the machine is configured to use Users Which users are logged into the machine. + + Spotify + https://wtfutil.com/modules/spotify/ + Tue, 02 Oct 2018 17:13:11 -0700 + + https://wtfutil.com/modules/spotify/ + Control the Spotify client. +Source Code wtf/spotify/ Keyboard Commands Key: / Action: Open/close the widget’s help window. +Key: space Action: +Key: h Action: +Key: l Action: +Configuration spotify:enabled:trueposition:top:1left:2height:1width:1refreshInterval:0 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. +position Defines where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. + + Textfile https://wtfutil.com/modules/textfile/ diff --git a/docs/modules/ipaddress/index.html b/docs/modules/ipaddress/index.html index 195e87ba4..968ca7095 100644 --- a/docs/modules/ipaddress/index.html +++ b/docs/modules/ipaddress/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -437,6 +444,7 @@ + diff --git a/docs/modules/ipaddress/ipapi/index.html b/docs/modules/ipaddress/ipapi/index.html index 52e010d24..bf9a76918 100644 --- a/docs/modules/ipaddress/ipapi/index.html +++ b/docs/modules/ipaddress/ipapi/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -437,6 +444,7 @@ + diff --git a/docs/modules/ipaddress/ipinfo/index.html b/docs/modules/ipaddress/ipinfo/index.html index 01f1eba12..fd490b3c7 100644 --- a/docs/modules/ipaddress/ipinfo/index.html +++ b/docs/modules/ipaddress/ipinfo/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -437,6 +444,7 @@ + diff --git a/docs/modules/jenkins/index.html b/docs/modules/jenkins/index.html index 82f728d07..c7f6aa437 100644 --- a/docs/modules/jenkins/index.html +++ b/docs/modules/jenkins/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/jira/index.html b/docs/modules/jira/index.html index 66a499198..49f6a4fab 100644 --- a/docs/modules/jira/index.html +++ b/docs/modules/jira/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -410,13 +417,22 @@ + + + @@ -424,12 +440,16 @@ + + diff --git a/docs/modules/logger/index.html b/docs/modules/logger/index.html index aaeb187ab..11643f006 100644 --- a/docs/modules/logger/index.html +++ b/docs/modules/logger/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/newrelic/index.html b/docs/modules/newrelic/index.html index 572257fca..71b2e6b21 100644 --- a/docs/modules/newrelic/index.html +++ b/docs/modules/newrelic/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/opsgenie/index.html b/docs/modules/opsgenie/index.html index c0de62f3c..a04f6bcd8 100644 --- a/docs/modules/opsgenie/index.html +++ b/docs/modules/opsgenie/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/power/index.html b/docs/modules/power/index.html index fe35ceb2a..c5318dae9 100644 --- a/docs/modules/power/index.html +++ b/docs/modules/power/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/security/index.html b/docs/modules/security/index.html index 23dac582f..078bfd27d 100644 --- a/docs/modules/security/index.html +++ b/docs/modules/security/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + @@ -534,7 +542,7 @@

    Attributes

    diff --git a/docs/modules/spotify/index.html b/docs/modules/spotify/index.html new file mode 100644 index 000000000..3572ce307 --- /dev/null +++ b/docs/modules/spotify/index.html @@ -0,0 +1,583 @@ + + + + WTF - the terminal dashboard + + + + +Spotify :: WTF - the terminal dashboard + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    + +
    + + +
    + + + + + + +
    + + +

    Spotify

    + + + + + +

    Control the Spotify client.

    + +

    Source Code

    +
    wtf/spotify/
    +

    Keyboard Commands

    + +

    Key: /
    +Action: Open/close the widget’s help window.

    + +

    Key: space
    +Action:

    + +

    Key: h
    +Action:

    + +

    Key: l
    +Action:

    + +

    Configuration

    +
    spotify:
    +  enabled: true
    +  position:
    +    top: 1
    +    left: 2
    +    height: 1
    +    width: 1
    +  refreshInterval: 0
    +

    Attributes

    + +

    enabled
    +Determines whether or not this module is executed and if its data displayed onscreen.
    +Values: true, false.

    + +

    position
    +Defines where in the grid this module’s widget will be displayed.

    + +

    refreshInterval
    +How often, in seconds, this module will update its data.
    +Values: A positive integer, 0..n.

    + + + + + + +
    +
    + +
    + +
    + + + + + +
    + Last update on 02/10/2018 +
    + + + +
    + + +
    + + + + + + + + +
    +
    + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/modules/textfile/index.html b/docs/modules/textfile/index.html index 30e81a513..181201f20 100644 --- a/docs/modules/textfile/index.html +++ b/docs/modules/textfile/index.html @@ -312,6 +312,13 @@ Security +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + @@ -532,7 +540,7 @@

    Attributes

    diff --git a/docs/modules/todo/index.html b/docs/modules/todo/index.html index d2905a420..4c01cb73d 100644 --- a/docs/modules/todo/index.html +++ b/docs/modules/todo/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/todoist/index.html b/docs/modules/todoist/index.html index 13aaefed9..b2d912657 100644 --- a/docs/modules/todoist/index.html +++ b/docs/modules/todoist/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/travisci/index.html b/docs/modules/travisci/index.html index 238ab72b0..1953e8385 100644 --- a/docs/modules/travisci/index.html +++ b/docs/modules/travisci/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/trello/index.html b/docs/modules/trello/index.html index e74558d37..d161e8f2b 100644 --- a/docs/modules/trello/index.html +++ b/docs/modules/trello/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/twitter/index.html b/docs/modules/twitter/index.html index 813e0033e..72feba49a 100644 --- a/docs/modules/twitter/index.html +++ b/docs/modules/twitter/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/weather_services/index.html b/docs/modules/weather_services/index.html index 09e7777e4..c7e9a7103 100644 --- a/docs/modules/weather_services/index.html +++ b/docs/modules/weather_services/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -434,6 +441,7 @@ + diff --git a/docs/modules/weather_services/prettyweather/index.html b/docs/modules/weather_services/prettyweather/index.html index 695684c74..320541eb4 100644 --- a/docs/modules/weather_services/prettyweather/index.html +++ b/docs/modules/weather_services/prettyweather/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -434,6 +441,7 @@ + diff --git a/docs/modules/weather_services/weather/index.html b/docs/modules/weather_services/weather/index.html index cfab6b237..1fda7c336 100644 --- a/docs/modules/weather_services/weather/index.html +++ b/docs/modules/weather_services/weather/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -434,6 +441,7 @@ + diff --git a/docs/modules/zendesk/index.html b/docs/modules/zendesk/index.html index aafc2b987..d050e88f2 100644 --- a/docs/modules/zendesk/index.html +++ b/docs/modules/zendesk/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 4d0fb08a1..c98cea392 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -177,6 +177,11 @@ 2018-05-08T20:33:28-07:00 + + https://wtfutil.com/modules/spotify/ + 2018-10-02T17:13:11-07:00 + + https://wtfutil.com/modules/textfile/ 2018-05-09T11:13:11-07:00 diff --git a/docs/tags/index.html b/docs/tags/index.html index 49e12502d..a91770f91 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -311,6 +311,13 @@ Security
    +
  • +
  • +
    + + Spotify + +