New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

skapi-js

Package Overview
Dependencies
Maintainers
1
Versions
703
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skapi-js

skapi serverless cloud javascript library

0.0.82
Source
npm
Version published
Weekly downloads
390
-51.91%
Maintainers
1
Weekly downloads
 
Created
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

backend

FAQs

Package last updated on 13 Feb 2023

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