JSPM

  • Created
  • Published
  • Downloads 289
  • Score
    100M100P100Q85000F
  • License MIT

Simple api for small applications using express, jsonwebtoken, sequelize and websocket

Package Exports

  • @andrewcaires/api
  • @andrewcaires/api/dist/index.esm.js
  • @andrewcaires/api/dist/index.umd.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@andrewcaires/api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

npm downloads size license

API

Simple api for small applications using express, jsonwebtoken, sequelize and websocket

Installation

The module is now available on npm! npm i @andrewcaires/api

Example usage

import { initialize } from '@andrewcaires/api';

initialize();

License