Skip to content

Commit

Permalink
0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Jan 7, 2020
1 parent 1d3f5ce commit 9e91edb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@

[![NPM](https://nodei.co/npm/iobroker.youtube.png?downloads=true)](https://nodei.co/npm/iobroker.youtube/)

Adds channel statistics like views, subscribers and latest videos to ioBroker. With this solution, you can track your channel growth or compare your values to other YouTubers.

Since all these information are publicly available, you can also use this adapter to follow your favorite YouTubers and inform you, (e.g. when a new video is available). All you need is an API-Key to access those information. See Configuration section for details.
Statistics like views, subscribers and videos

## Configuration

Expand All @@ -28,6 +26,10 @@ To get an API-Key you have to go to [console.developers.google.com](https://cons

## Changelog

### 0.0.3

* (klein0r) Support for multiple channels

### 0.0.2

* (klein0r) improved error handling
Expand Down
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "youtube",
"version": "0.0.2",
"version": "0.0.3",
"news": {
"0.0.3": {
"en": "Support for multiple channels",
"de": "Unterstützung für mehrere Kanäle"
}
"0.0.2": {
"en": "improved error handling",
"de": "Fehlerbehandlung verbessert"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.youtube",
"version": "0.0.2",
"version": "0.0.3",
"description": "ioBroker YouTube Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit 9e91edb

Please sign in to comment.