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

https://github.com/skippednote/d8-bot

Drupal 8 contribution tracker for your organization
https://github.com/skippednote/d8-bot

Last synced: 7 months ago
JSON representation

Drupal 8 contribution tracker for your organization

Awesome Lists containing this project

README

          

Axelerant D8 Bot
================

[![Build Status](https://semaphoreci.com/api/v1/projects/a48c2177-c99a-4068-a6ae-6406dd319619/661459/badge.svg)](https://semaphoreci.com/skippednote/axelerant-d8-bot)

### Setup
```
npm install
npm start
```

## Moderation
- Update `contributors.json` to update the list of contributors.

## Deploy
- Requirements
- Node version above 0.12
- Install npm modules using `npm install`
- Run the application using `npm start`
- Set environment variable `SLACK_URL`
- Procfile is setup for Heroku and like environments