Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nonchalant/stockkit

Stock → Slack
https://github.com/nonchalant/stockkit

slack swift

Last synced: about 3 hours ago
JSON representation

Stock → Slack

Awesome Lists containing this project

README

        

# StockKit

## Prepare

```
// conf.yml

slack:
token:
channel:
username:
stocks:
- code:
name:
amount:
purchasedPrice:
- code:
name:
amount:
purchasedPrice:
- ...
```

## Requirements

- [Docker](https://www.docker.com/)

## Usage

```
$ make build
$ make run
```