sveltekit-and-erecht24-API-v2 Svelte Themes

Sveltekit And Erecht24 Api V2

Example Code for erecht24 API Version 2 without sync functionality

Generall

tested with Node 25.2.1

this is only an example project to show the usage of the erecht24 API version 2.

You're not able to installt this project with npm -i xyz. You need to download the latest relase and copy the code in your project!

You can only get the imprint and privacy and display them on your page. There is no sync or push functionality implemented in this scripts. Also see the information in the landingpage!

For more details on how to use this API see the documentation on https://api-docs.e-recht24.de

Installing the project

to install the donloaded project use:

npm install

Testing the project

to test the project use:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

add your project key from erecht24 to apisettings.ts and disable test mode to display your data.

Building the project

to create a production ready version of the project use:

npm run build

you can preview the production build by using:

npm run preview

to deploy the project, you may need to install an different adapter for your target environment.

Top categories

Loading Svelte Themes