https://github.com/claranet/clara-coin-slack-command
Slack bot hosted on aws lambda for the Clara Coin initiative
https://github.com/claranet/clara-coin-slack-command
javascript kudos lambda reward serverless
Last synced: 11 months ago
JSON representation
Slack bot hosted on aws lambda for the Clara Coin initiative
- Host: GitHub
- URL: https://github.com/claranet/clara-coin-slack-command
- Owner: claranet
- Created: 2021-12-04T17:38:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T16:50:31.000Z (12 months ago)
- Last Synced: 2025-07-07T18:12:33.805Z (12 months ago)
- Topics: javascript, kudos, lambda, reward, serverless
- Language: JavaScript
- Homepage:
- Size: 228 KB
- Stars: 4
- Watchers: 7
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clara Coin Slack Command
[](http://standardjs.com)
This repository holds the AWS lamdba code used to serve the Clara Coin slack commands.
## Quick start
Make sure you have node18+ installed.
```bash
# install dependencies
npm install
# run tests
npm run test
```
## Contributing
Here are a quick things to watch for before submitting a pull request:
- Title should be concise and to the point
- Description should help maintainers understand why you are making changes and how you chose to address issues
- New code should be checked with new tests
- In general your code is
- focused on the PR goal (don't fix something else as an aside)
- linted
- tested
- up to date with the main branch (no conflicts)
- folows standardjs style
## TODO
- [ ] describe how to deploy using serverless
- [ ] add how to setup slack bot (permissions, etc.)
- [ ] add a code of conduct