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

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

Awesome Lists containing this project

README

          

# Clara Coin Slack Command

[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](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