Skip to content

SnapMobileIO/SnapMobile-Aws

Repository files navigation

SnapMobile-Aws

Usage

Include this private module by adding the following under dependencies in package.json, and run npm install.

"snapmobile-aws": "git+ssh://@github.com/SnapMobileIO/SnapMobile-Aws.git",

To configure, add the following to routes.js:

import { router as awsRouter, awsHelper as awsHelper } from 'snapmobile-aws';
app.use('/api/aws/', awsRouter);

Updating

Make any changes in /src.

Once changes are completed, run gulp dist to process JavaScript files and add to /dist.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published