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.
- Host: GitHub
- URL: https://github.com/assemble/slack
- Owner: assemble
- License: mit
- Created: 2016-08-31T06:03:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T18:04:56.000Z (about 8 years ago)
- Last Synced: 2025-02-16T10:15:16.706Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://assemble.github.io/slack
- Size: 1.48 MB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# slack [](https://npmjs.org/package/slack) [](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)