1.0.0 • Published 7 years ago

skellington-static v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

skellington-static

Build Status Coverage Status Standard - JavaScript Style Guide

Serve static files from your Skellington bot or Slack App.

Why?

Serving static files out of your Slack app is a great way to host your "Add to Slack" button. It's also a quick way to make a static site about your app.

Usage

skellington-static exports a function that takes two parameters: filePath and route.

  • filePath (String, required) The file path to your static assets. This can be an absolute path, or a relative path relative to your Skellington bot entry point.

  • route (String, required) The express route where static files will be served.

NOTE: If this is a single-team bot, you must pass a port when configuring Skellington, otherwise there will be no express server to serve static assets from.