diff --git a/.gitignore b/.gitignore
index d1638636..f3a4a092 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-build/
\ No newline at end of file
+build/
+.idea
+.vscode
\ No newline at end of file
diff --git a/docs/index.md b/docs/index.md
index 32263d47..d6bcfb57 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,6 +1,6 @@
# nodecg-io
-
+
[](https://github.com/codeoverflow-org/nodecg-io/labels/enhancement)
[](https://github.com/codeoverflow-org/nodecg-io/labels/bug)
@@ -25,6 +25,7 @@ If that's no problem you can head over to the [installation guide](https://nodec
- [x] AutoHotkey
- [x] Android (using adb)
+- [x] CurseForge
- [x] Discord
- [x] IntelliJ IDEs
- [x] IRC (Internet Relay Chat)
diff --git a/docs/samples/curseforge.md b/docs/samples/curseforge.md
new file mode 100644
index 00000000..e9266e6a
--- /dev/null
+++ b/docs/samples/curseforge.md
@@ -0,0 +1,16 @@
+## Using the CurseForge sample bundle
+
+The CurseForge example bundle in `samples/curseforge` demonstrates the ability to search for different addons with the id or search with specific values for matching addons. Here is a guide how to get it working.
+
+### Prerequisites
+
+- Working NodeCG & nodecg-io installation
+
+### Configure the CurseForge bundle
+
+1. Start NodeCG with with nodecg-io installed. The CurseForge bundle is currently part of it, so it should also be loaded.
+2. Login using your password. If this is your first run, then enter the password with which you want to encrypt your configurations and credentials.
+3. Create a new CurseForge service instance using the left upper menu.
+4. Set the CurseForge service instance to the service dependency of the CurseForge bundle.
+ Select the CurseForge bundle the the CurseForge service in the left bottom menu and then select the service instance that should be used by the CurseForge bundle (in this case the name of the previously created CurseForge instance).
+5. Check the NodeCG logs. You should see two lists of addons.
\ No newline at end of file
diff --git a/docs/services.md b/docs/services.md
index e07981f6..542e3e2b 100644
--- a/docs/services.md
+++ b/docs/services.md
@@ -31,7 +31,7 @@ Depends on [get-stream](https://www.npmjs.com/package/get-stream) @ 6.0.0
**A service to communicate with the CurseForge API.**
-There's no sample implementation for this service yet.
+See the [sample implementation](samples/curseforge.md)
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-core) @ ^0.1.0
Depends on [node-fetch](https://www.npmjs.com/package/node-fetch) @ ^2.6.1
diff --git a/mkdocs.yml b/mkdocs.yml
index 4a5264ca..f87d1a7b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -49,6 +49,7 @@ nav:
- Services:
- Available services: services.md
- AHK sample: samples/ahk.md
+ - Curseforge sample: samples/curseforge.md
- Android: samples/android.md
- Discord sample: samples/discord.md
- IntelliJ sample: samples/intellij.md