Skip to content

Commit

Permalink
update v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafa Oransel committed Jan 9, 2018
1 parent ad44ed6 commit 0ed27f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Readme.md
Expand Up @@ -2,7 +2,10 @@

A thin [node.js](http://nodejs.org) wrapper around [TA-LIB](http://ta-lib.org/), a technical analysis library with 100+ [indicators](http://ta-lib.org/function.html) such as ADX, MACD, RSI, Stochastic, Bollinger Bands, TRIX and candlestick pattern recognition.

## Windows Only
## Prerequisites

* Node.js - [Install Node.js](http://nodejs.org/)
* Windows Build Tools (Windows Only) - [windows-build-tools](https://www.npmjs.com/package/windows-build-tools)

If you are using __Windows__, you will need to install [windows-build-tools](https://www.npmjs.com/package/windows-build-tools), which downloads and installs Visual C++ Build Tools 2015 and Python 2.7, configuring your machine and npm appropriately.

Expand Down
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -3,11 +3,12 @@
"contributors": [
"Alfred Omega",
"Vedran Opacic",
"Kelvin Foo"
"Kelvin Foo",
"Chris McGee"
],
"name": "talib",
"description": "Technical Analysis Library",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/oransel/node-talib",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0ed27f3

Please sign in to comment.