https://github.com/kibela/hello-kibela
Set of examples to get start with Kibela Web API
https://github.com/kibela/hello-kibela
example kibea-example kibela kibela-web-api
Last synced: 7 months ago
JSON representation
Set of examples to get start with Kibela Web API
- Host: GitHub
- URL: https://github.com/kibela/hello-kibela
- Owner: kibela
- License: isc
- Created: 2019-04-08T05:04:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T09:18:18.000Z (over 6 years ago)
- Last Synced: 2025-04-18T01:47:40.967Z (9 months ago)
- Topics: example, kibea-example, kibela, kibela-web-api
- Language: HTML
- Homepage: https://github.com/kibela/kibela-api-v1-document
- Size: 27.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello, Kibela Web API!
This is a set of sample scripts to call [Kibela](https://kibe.la/) 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
```shell-session
# 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
* https://github.com/kibela/kibela-api-v1-document
## License
This project is destributed under the ICS license.
See [LICENSE](./LICENSE) for details.