An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# tessek-method [![Build Status](https://travis-ci.org/mastilver/tessek-method.svg?branch=master)](https://travis-ci.org/mastilver/tessek-method)[![Coverage Status](https://coveralls.io/repos/mastilver/tessek-method/badge.svg?branch=master&service=github)](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)