Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

skapi-js

Package Overview
Dependencies
Maintainers
1
Versions
528
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skapi-js

Javascript library for Skapi: Complete JAM Stack, front-end driven serverless backend API service.

  • 0.1.100
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.6K
increased by551.64%
Maintainers
1
Weekly downloads
 
Created
Source

skapi

Complete JAM Stack, front-end driven backend API service designed to simplify the web development.

For HTML projects

<!DOCTYPE html>
<script src="https://cdn.jsdelivr.net/npm/skapi-js@latest/dist/skapi.js"></script>
<body>
  ...
</body>
<script>
  const skapi = new Skapi('your_service_id', 'your_user_id');
  // ... Start Coding!
</script>

For webpack projects

To use skapi in a webpack-based project (such as Vue, React, or Angular), install skapi-js from npm:

$ npm install skapi-js@latest

Then, import the library into your main JavaScript file:

// main.js
import { Skapi } from 'skapi-js';
const skapi = new Skapi('your_service_id', 'your_user_id');

export { skapi }; // Import skapi from your project files

For more info, visit our documentation page

Keywords

FAQs

Package last updated on 14 Jul 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