Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Tagueo/icue-ambilight int…
Browse files Browse the repository at this point in the history
…o master
  • Loading branch information
augustinbegue committed Jan 25, 2021
2 parents eda6726 + 58c3e64 commit 924740e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 28 deletions.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['https://paypal.me/AugustinBegue']
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ assignees: ''
**Describe the bug**
A clear and concise description of what the bug is.

**Please check that you have enabled the SDK in _ICUE_ (see the readme) before posting an issue**

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/node.js.yml

This file was deleted.

9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Tagueo/icue-ambilight?style=flat-square)
![GitHub all releases](https://img.shields.io/github/downloads/Tagueo/icue-ambilight/total?style=flat-square)
![GitHub release (latest by date)](https://img.shields.io/github/downloads/Tagueo/icue-ambilight/latest/total?style=flat-square)
![GitHub](https://img.shields.io/github/license/Tagueo/icue-ambilight?style=flat-square)

# icue-ambilight
Synchronise your iCue compatible devices with the content displayed on your screen.

Expand All @@ -21,6 +26,10 @@ Open iCue, then go into the settings tab.
Check the highlighted box and then, restart icue-ambilight for your changes to be taken into account

### For developpers :
![GitHub issues](https://img.shields.io/github/issues/Tagueo/icue-ambilight?style=flat-square)
![GitHub closed issues](https://img.shields.io/github/issues-closed/Tagueo/icue-ambilight?color=green&style=flat-square)
![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/Tagueo/icue-ambilight/latest?style=flat-square)

#### Build instructions :
- Make sure you have installed the prerequisites for the [cue-sdk](https://github.com/CorsairOfficial/cue-sdk-node) to work properly.
- Install the required packages with ``npm i --dev``
Expand Down

0 comments on commit 924740e

Please sign in to comment.