https://github.com/beakyn/slack-open-map
A Slack app to open files with location data on an external map using the amazing Kepler.gl
https://github.com/beakyn/slack-open-map
aws serverless-framework slack-bot typescript
Last synced: about 1 month ago
JSON representation
A Slack app to open files with location data on an external map using the amazing Kepler.gl
- Host: GitHub
- URL: https://github.com/beakyn/slack-open-map
- Owner: Beakyn
- Created: 2020-04-28T13:49:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:49:54.000Z (over 3 years ago)
- Last Synced: 2025-06-14T05:15:23.433Z (12 months ago)
- Topics: aws, serverless-framework, slack-bot, typescript
- Language: TypeScript
- Homepage:
- Size: 1.85 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

## Open Map Slack App
[](http://www.serverless.com)
[](https://codeclimate.com/github/Beakyn/slack-open-map/maintainability)
This is a [Serverless Framework](https://serverless.com/framework/docs/providers/aws/guide/intro/) project and is set up to run on AWS.
**Disclaimer**: We do prefer using [Yarn](https://yarnpkg.com/en/docs/install) to install dependencies, so that's what we're going to use in this documentation.
After cloning the repository:
1. Make sure you have the Serverless Framework installed globally. Run: `yarn global add serverless`.
2. On the project directory run `yarn` to install local dependencies.
3. Make sure you have a `.env` file with the right environment variables set up.
### Running locally for development
This project uses the plugin `serverless-offline` to simulate the lambdas on a local server.
Run the server with: `yarn dev`.