Socket
Socket
Sign inDemoInstall

skapi-js

Package Overview
Dependencies
Maintainers
1
Versions
497
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


Version published
Weekly downloads
1.1K
increased by99.65%
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

FAQs

Package last updated on 20 Jan 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc