Package Exports
- skapi-js
- skapi-js/dist/skapi.module.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 (skapi-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
skapi
skapi is a backend framework for frontend developers.
Build fast and scalable web services based on skapi's serverless technology.
skapi is built to work well on both plain HTML and Webpack projects.
100% Serverless. No maintenance or CLI installation is required.
Features
- Auto indexed scalable database.
- Authentication for web services.
- Cloud storage.
- E-Mail newsletters to customers.
Getting started
For webpack running projects:
$ npm i skapi-js
import {Skapi} from 'skapi-js';
let skapi = new Skapi('your_service_id', 'your_user_id');
For HTML projects:
<head>
<script src="https://broadwayinc.dev/jslib/skapi/latest/skapi.js">
</head>
<script>
let skapi = new Skapi('your_service_id', 'your_user_id');
</script>
Notice
We have just released an alpha!
Check out our website: https://skapi.com