Github stats rendering service Written in typescript using serverless framework, phantomjs and nivo.
- Clone repo
- Go to repo root folder
- Run
yarn
- Change deployment bucket in
serverless.base.js
- Install serverless framework and serviceless cli tool (You'll also have to configure your AWS credentials, see quick-start)
yarn add -g serverless
yarn add -g serviceless
- To deploy run
sudo GITHUB_TOKEN=<github_token> SLACK_TOKEN=<slack_token> slx deploy all
MIT @pavelvlasov