https://github.com/mdb/slackta.js
A SEPTA next-to-arrive Slack integration
https://github.com/mdb/slackta.js
Last synced: 17 days ago
JSON representation
A SEPTA next-to-arrive Slack integration
- Host: GitHub
- URL: https://github.com/mdb/slackta.js
- Owner: mdb
- Created: 2015-01-29T20:43:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T01:40:35.000Z (about 11 years ago)
- Last Synced: 2025-04-17T16:55:31.065Z (about 1 year ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/mdb/slackta.js)
# slackta.js
A basic next-to-arrive Slack integration for SEPTA's regional rail lines.
slackta.js uses [mashape.com](https://www.mashape.com)'s SEPTA API.
## Usage
Assuming your `slackta.js` instance is deployed and integrated with your Slack:
```
/septa Destination
```
Example:
```
/septa Ardmore
```

## Deploying & configuring your integration
1. `heroku create`
2. `heroku config:set INCOMING_SLACK_WEB_HOOK_PATH=`
3. `heroku config:set MASHAPE_KEY=`
4. `git push heroku master`
3. Create a Slack command integration via your Slack admin; configure it to post to ``
## Running locally
```
npm install
node app
```
Run tests:
```
npm test
```