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
to install the donloaded project use:
npm install
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.
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.