GitHub - TobiasHennig/loki-nativescript-adapter-example: An example application for the Loki NativeScript adapter.

Skip to content

Navigation Menu

Sign in

Appearance settings

Loki NativeScript adapter example

An example application for the Loki NativeScript adapter.

What is Loki

LokiJS is a document oriented database written in javascript, published under MIT License. Its purpose is to store javascript objects as documents in a nosql fashion and retrieve them with a similar mechanism. - LokiJS

Demo

Watch the example application on YouTube

image

Installation

$ git clone https://github.com/TobiasHennig/loki-nativescript-adapter-example.git
$ cd loki-nativescript-adapter-example
$ npm install
$ cd app && npm install && cd ..
$ tns platform add ios
$ tns run ios --emulator

To go deeper in Loki have a look at the documentation. If you want to contribute to the adapter take this way to the repository.