Skip to content

olvid-io/Olvid-Bot-Js-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Olvid Bot Js Client

Introduction

Welcome to the Olvid Js Client repository, part of the Olvid bots framework. If you're new here, consider starting with our Documentation.

This repository contains source code for two npm packages:

Overview

Both module implements our Olvid daemon gRPC api described in ./protobuf.

Install

To run and compile both module use these commands.

git clone https://github.com/olvid-io/Olvid-Bot-Js-Client olvid-js
cd olvid-js
git submodule init && git submodule update

npm install
npm run generate
npm run build

To compile only one package go to ./node or ./web and run the same commands.

npm install
npm run generate
npm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors