Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nonchalant/stockkit
Stock → Slack
https://github.com/nonchalant/stockkit
slack swift
Last synced: about 3 hours ago
JSON representation
Stock → Slack
- Host: GitHub
- URL: https://github.com/nonchalant/stockkit
- Owner: Nonchalant
- Created: 2018-07-01T20:07:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T10:56:39.000Z (over 6 years ago)
- Last Synced: 2023-10-20T22:06:54.225Z (about 1 year ago)
- Topics: slack, swift
- Language: Swift
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StockKit
## Prepare
```
// conf.ymlslack:
token:
channel:
username:
stocks:
- code:
name:
amount:
purchasedPrice:
- code:
name:
amount:
purchasedPrice:
- ...
```## Requirements
- [Docker](https://www.docker.com/)
## Usage
```
$ make build
$ make run
```