Socket
Socket
Sign inDemoInstall

skapi-js

Package Overview
Dependencies
2
Maintainers
1
Versions
454
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

skapi-js


Version published
Maintainers
1
Created

Readme

Source

skapi

skapi is a backend framework for frontend developers.

Build fast and scalable web services based on 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/0.0.47/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

Keywords

FAQs

Last updated on 21 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc