https://github.com/kossnocorp/slack-map
Generates most popular time zones in Slack account
https://github.com/kossnocorp/slack-map
Last synced: 2 months ago
JSON representation
Generates most popular time zones in Slack account
- Host: GitHub
- URL: https://github.com/kossnocorp/slack-map
- Owner: kossnocorp
- Created: 2015-01-30T01:00:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T07:41:51.000Z (about 10 years ago)
- Last Synced: 2024-12-31T20:43:04.823Z (4 months ago)
- Language: JavaScript
- Size: 395 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slack-map
Generates most popular time zones in Slack account.
For example, see [#nomads time zones map](http://nomad-tzs.nocorp.me) ([#nomads - digital nomad chat community](http://hashtagnomads.com/))

## Installation
Node.js is required (use `brew install node` or download from [Node.js website](http://nodejs.org/)):
```
npm install -g slack-map
```## Usage
[Get the Slack token](https://api.slack.com/web), specify it via enviorment variable (`SLACK_TOKEN`) and then run the executable:
```
SLACK_TOKEN=YOUR_TOKEN slack_map
```It will create dir `slack_map_build` with two files, map image and `index.html`.