Comparing version 0.1.26 to 0.1.27
{ | ||
"name": "skapi-js", | ||
"version": "0.1.26", | ||
"version": "0.1.27", | ||
"description": "skapi serverless cloud javascript library", | ||
@@ -5,0 +5,0 @@ "main": "./dist/skapi.module.js", |
# skapi | ||
skapi is a backend framework for frontend developers. | ||
skapi is a serverless backend API for JAM stack developers. | ||
@@ -18,2 +18,3 @@ Build fast and scalable web services based on skapi's serverless technology. | ||
- E-Mail newsletters to customers. | ||
- Web hosting. | ||
@@ -24,30 +25,9 @@ <br> | ||
For webpack running projects: | ||
``` | ||
$ npm i skapi-js | ||
``` | ||
<br> | ||
``` | ||
import {Skapi} from 'skapi-js'; | ||
let skapi = new Skapi('your_service_id', 'your_user_id'); | ||
``` | ||
For HTML projects: | ||
``` | ||
<head> | ||
<script src="https://broadwayinc.dev/lib/js/skapi/latest/skapi.js"> | ||
<script src="https://cdn.jsdelivr.net/npm/skapi-js@latest/dist/skapi.js"> | ||
</head> | ||
<script> | ||
let skapi = new Skapi('your_service_id', 'your_user_id'); | ||
const skapi = new Skapi('your_service_id', 'your_user_id'); | ||
</script> | ||
``` | ||
<br> | ||
# Notice | ||
We have just released an alpha! | ||
Check out our website: https://skapi.com | ||
``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1399534
1055
31