Socket
Socket
Sign inDemoInstall

vanellus

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vanellus

The frontend functionality of the Kiebitz appointment sheduling software


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Welcome! Vanellus is the Kiebitzt Typescript library that provides all necessary functionality for building web applications based on the Kiebitz API and data models.

This is still a work in progress.

Requirements

To run this library in the browser you'll need the buffer package, which implement the Buffer object from Node.js.

Building

To build the distribution files, simply run

make build

Formatting

To format files, simply run

make prettier

Development

To continuously build files and watch for changes, simply run

make watch

Testing

To run the unit & integration tests

make test

These tests require a running Kiebitz test instance with appointments and storage services, as well as a readable 002_admin.json key file in the Kiebitz settings directory. The default directory is ../services/settings/test. You can change the directory and service ports by setting the KIEBITZ_SETTINGS, KIEBITZ_APPOINTMENTS_PORT and KIEBITZ_STORAGE_PORT environment variables.

FAQs

Last updated on 08 Jan 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc