https://github.com/ceejbot/oblique-strategies
the oblique strategies as a very simple node module
https://github.com/ceejbot/oblique-strategies
Last synced: about 1 year ago
JSON representation
the oblique strategies as a very simple node module
- Host: GitHub
- URL: https://github.com/ceejbot/oblique-strategies
- Owner: ceejbot
- License: unlicense
- Created: 2014-07-23T00:02:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-23T21:18:10.000Z (almost 12 years ago)
- Last Synced: 2024-11-01T18:47:09.872Z (over 1 year ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 109
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
oblique-strategies
==================
Brian Eno and Peter Schmidt's [oblique strategies](http://en.wikipedia.org/wiki/Oblique_Strategies) as a very simple node module.
## Usage
```javascript
var oblique = require('oblique-strategies');
console.log(oblique.draw()); // one strategy
console.log(oblique.strategies); // all of the strategies in alpha order
```
The module will also install a bin script called `strategy`.
## LICENSE
The unlicense: I own nothing. Whatever it is I might have accidentally created here, I release to everyone under the terms of the license.