Browse Source

Add link to Node.js RPC wrapper

James Nylen 12 years ago
parent
commit
377948a029
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.RPC

+ 3 - 0
README.RPC

@@ -435,6 +435,9 @@ api-example.py - a Python script to access the API.
  by default it sends a 'summary' request to the miner at 127.0.0.1:4028
  by default it sends a 'summary' request to the miner at 127.0.0.1:4028
  If you specify a command it will send that request instead.
  If you specify a command it will send that request instead.
 
 
+If you are using Node.js, you can also use the miner-rpc package and script:
+https://www.npmjs.org/package/miner-rpc
+
 ----------
 ----------
 
 
 Feature Changelog for external applications using the API:
 Feature Changelog for external applications using the API: