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

https://github.com/assemble/slack

Slack landing page to provide an invitation form for the assemble slack community.
https://github.com/assemble/slack

Last synced: about 1 year ago
JSON representation

Slack landing page to provide an invitation form for the assemble slack community.

Awesome Lists containing this project

README

          

# slack [![NPM version](https://badge.fury.io/js/slack.svg)](https://npmjs.org/package/slack) [![Build Status](https://travis-ci.org/assemble/slack.svg?branch=master)](https://travis-ci.org/assemble/slack)

> Slack landing page to provide an invitation form for the assemble slack community.

## Installation

```sh
$ npm install --save slack
```

## Usage

```js
var slack = require('slack');
slack();
```

## License

MIT © [Brian Woodward](https://github.com/doowb)