Socket
Socket
Sign inDemoInstall

skapijs

Package Overview
Dependencies
3
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    skapijs

skapi api service


Version published
Maintainers
1
Created

Readme

Source

Skapi

Skapi is a Baas(Backend as a service) platform based on serverless technology.
Skapi provides APIs for building full fetched web services with breeze.

Out of the box, Skapi provides:

  • Secure authentication and access restriction
  • E-Mail Subscription for your customers
  • Skapi's performant database and cloud storage
  • 100% Serverless. Meaning no maintenance required, No downtime
  • No terminal, Linux, Back-End engineering required. Everything just works by importing Skapi in your html head tag

Getting started

On webpack running projects:
npm i skapi

Then import Skapi:

import {Skapi} from 'skapi';
Skapi.connect('your_service_id', 'your_user_id').then(async skapi => {
  // Do your thing!
});
On regular HTML:
<head>
  <script src="https://skapi.com/lib/skapi.js">
</head>
<script>
    Skapi.connect('your_service_id', 'your_user_id').then(async skapi => {
      // Do your thing!
    });
</script>

Keywords

FAQs

Last updated on 27 Oct 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc