We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2a8d5 commit c2cbbd9Copy full SHA for c2cbbd9
README.md
@@ -37,6 +37,10 @@ APIs exposed by node-addon-api are generally used to create and
37
manipulate JavaScript values. Concepts and operations generally map
38
to ideas specified in the **ECMA262 Language Specification**.
39
40
+The [N-API Resource](http://nodejs.github.io/node-addon-examples/) offers an
41
+excellent orientation and tips for developers just getting started with N-API
42
+and node-addon-api.
43
+
44
- **[Setup](#setup)**
45
- **[API Documentation](#api)**
46
- **[Examples](#examples)**
0 commit comments