Skip to content

Wooting dev portal

The resource guide for Wooting code

Wooting dev portal

  • Introduction developer portal
  • Analog SDK guide
    • Introduction
    • Analog API description
    • Basic example with Node
    • Advanced example with Node
    • Unity example
  • RGB SDK guide
    • Introduction
    • RGB API description
    • Basic example with Node
    • Advanced example with Node
  • Spotlight
Search

Setup node for Wooting SDK

First posted: June 27, 2018February 24, 2020Filed under: Wooting SDK

First of all make sure you have Node installed on your computer (LTS). This install will come with the Node Package Manager (npm). This will allow you to easily install everything you need.

We can use npm to install some packages we need to run the examples. Start powershell as administrator and run the following command:

npm install -g node-gyp

When done install some builder tools, by using the following command:

npm install --global windows-build-tools

Last but not least install git for easy access to the examples.

That’s it! You can now go to the Analog SDK or RGB SDK and get started!

(If you’re on Mac or Linux please follow this guide.)

Wooting SDK

Post navigation

Previous Post:

Introduction

Next Post:

Introduction to the Wooting developer portal

About the Author

Erik Stakenborg

All posts byErik Stakenborg

Hide

Wooting SDK

  • Introduction to the Wooting developer portal
  • Setup node for Wooting SDK

SDK's

  • Guide analog SDK
  • Guide RGB SDK

SDK's

  • Guide analog SDK
  • Guide RGB SDK

Useful links

  • About us
  • Wooting blog
  • Wooting one
  • Wooting two
Visit Us On FacebookVisit Us On TwitterVisit Us On InstagramVisit Us On Youtube

Want to submit a creation you made using one of our API’s? Hop on over to our Discord and let us know what you made.

  • contest
  • Vote now!
  • Wooting dev portal