From 0152671280054346ec35c679dd59462a96e5959c Mon Sep 17 00:00:00 2001 From: "Matthew D. Scholefield" Date: Mon, 29 Jan 2018 15:23:41 -0600 Subject: [PATCH] Add Kickstarter Tracker Skill (#227) "Hey Mycroft, track Mycroft on Kickstarter" --- .gitmodules | 3 +++ README.md | 1 + matthew-kickstarter-tracker | 1 + 3 files changed, 5 insertions(+) create mode 160000 matthew-kickstarter-tracker diff --git a/.gitmodules b/.gitmodules index e877ec8ab..7210dca4c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -442,3 +442,6 @@ [submodule "carstena-mosquito-speak"] path = carstena-mosquito-speak url = https://github.com/CarstenAgerskov/skill-mosquito-speak +[submodule "matthew-kickstarter-tracker"] + path = matthew-kickstarter-tracker + url = https://github.com/MatthewScholefield/skill-kickstarter-tracker diff --git a/README.md b/README.md index e23027980..b285a7868 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ wiki pages. Also please include the phrase to trigger on as well for your skill | :construction: | [The Cows Lists](https://github.com/CarstenAgerskov/skill-the-cows-lists#readme)| Interact with "Remember The Milk" list and task management ecosystem.
```"add milk to my grocery list"``` | | :construction: | [Wallpaper](../../wiki/SKILL-wallpaper) | Download wallpapers from reddit and changes randomly | | :construction: | [Whats Nearby](https://github.com/AIIX/whats-nearby#readme) | Search for nearby Places for Mycroft on Plasma (Search For Resturants, Hotels, Parks etc)
```"search for nearby bars/pubs/parks/hospitals/etc"``` | +| :construction: | [Kickstarter Tracker](https://github.com/MatthewScholefield/skill-kickstarter-tracker#readme) | Track the pledge amount of a project on Kickstarter
```"track mycroft on kickstarter"``` | | :construction: | [Wifi management](../../wiki/SKILL-wifi-management) | Various options for interacting with WiFi | | :question: | [Amarok media player control](https://github.com/AIIX/amarok-player-skill#readme) | Player controls for the Amarok Media Player
```"amarok play/stop/next/previous music"``` | | :question: | [Angry Beanie podcast](https://github.com/purserj/mycroft-angrybeanie#readme) | Query and play Angry Beanie Podcasts
```"Get Angry Beanie shows"``` | diff --git a/matthew-kickstarter-tracker b/matthew-kickstarter-tracker new file mode 160000 index 000000000..db13f0a0e --- /dev/null +++ b/matthew-kickstarter-tracker @@ -0,0 +1 @@ +Subproject commit db13f0a0e5c97e73e66020ce089b9c7e27fb6fa3