skellington-static

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i skellington-static

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • cfs