https://github.com/mastilver/tessek-method
handle tessek trading method
https://github.com/mastilver/tessek-method
Last synced: about 1 year ago
JSON representation
handle tessek trading method
- Host: GitHub
- URL: https://github.com/mastilver/tessek-method
- Owner: mastilver
- License: mit
- Created: 2015-08-17T12:20:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T13:03:05.000Z (over 9 years ago)
- Last Synced: 2025-02-18T13:39:09.402Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# tessek-method [](https://travis-ci.org/mastilver/tessek-method)[](https://coveralls.io/github/mastilver/tessek-method?branch=master)
> My world-class module
## Install
```
$ npm install --save tessek-method
```
## Usage
```js
var tessekMethod = require('tessek-method');
tessekMethod('unicorns');
//=> unicorns & rainbows
```
## API
### tessekMethod(input, [options])
#### input
*Required*
Type: `string`
Lorem ipsum.
#### options
##### foo
Type: `boolean`
Default: `false`
Lorem ipsum.
## License
MIT © [Thomas Sileghem](https://github.com/mastilver)