1.5.0 • Published 1 month ago

@livinglogic/livingapi v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

LivingAPI

This package provides a Javascript API for the objects provided by the "LivingAPI" of the LivingApps platform.

It allows you to work with LivingAPI objects in your Javascript code.

For more info about LivingApps and the LivingAPI see https://my.living-apps.de/docs/LivingAPI.html (in german).

Build instructions

Install the npm packages:

npm install

Build dist/umd/livingapi.js, dist/esm-node/livingapi.js and dist/esm-static/livingapi.js:

npm run build

Using the LivingAPI in your project

In your HTML include the following:

<script src="{path_to_ul4}/dist/umd/ul4.js"></script>
<script src="{path_to_livingapi}/dist/umd/livingapi.js"></script>

now you can use the Javascript variable la.

Or if you want to use the LivingAPI on https://my.living-apps.de/ as a module, do

<script type="module">
	import * as la from '/static/livingapi/1.5.0/dist/esm-static/livingapi.js';
	...
</script>

or (if you need both UL4 and LivingAPI):

<script type="module">
	import * as ul4 from '/static/ul4/1.16.1/dist/esm/ul4.js';
	import * as la from '/static/livingapi/1.5.0/dist/esm-static/livingapi.js';
	...
</script>

Authors

  • Walter Dörwald: ul4.js and livingapi.js

  • René Schwarzinger: modifications in livingapi.js

  • Peter Böker: modifications in livingapi.js

1.5.0

1 month ago

1.4.1

2 months ago

1.3.3

5 months ago

1.3.2

5 months ago

1.3.1

5 months ago

1.3.0

5 months ago

1.2.0

10 months ago

1.2.3

7 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

0.16.0

1 year ago

0.15.0

2 years ago

0.14.0

2 years ago

0.14.1

2 years ago

0.14.2

2 years ago

0.14.3

2 years ago

0.13.2

2 years ago

0.13.0

2 years ago

0.13.1

2 years ago

0.12.0

4 years ago

0.11.1

4 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago