kibela / hello-kibela

Set of examples to get start with Kibela Web API

Home Page:https://github.com/kibela/kibela-api-v1-document

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello, Kibela Web API!

This is a set of sample scripts to call Kibela Web API that includes:

  • TypeScript on NodeJS using JSON
  • TypeScript on NodeJS using MessagePack
  • JavaScript on browsers using JSON (CORS)

Prerequisites

NodeJS v10 or greater.

Setup

# Install dependencies
npm install

# Configure KIBELA_TEAM and KIBELA_TOKEN
code .env

# Run a "hello" script using JSON
npx ts-node hello-kibela.ts

# Run a "hello" script using MessagePack
npx ts-node hello-kibela-with-msgpack.ts

See Also

License

This project is destributed under the ICS license.

See LICENSE for details.

About

Set of examples to get start with Kibela Web API

https://github.com/kibela/kibela-api-v1-document

License:ISC License


Languages

Language:HTML 55.7%Language:TypeScript 44.3%