An open API service indexing awesome lists of open source software.

https://github.com/pawk/spacer

Audio-walk through the Jewish city
https://github.com/pawk/spacer

angular6 nativescript typescript

Last synced: 7 months ago
JSON representation

Audio-walk through the Jewish city

Awesome Lists containing this project

README

          

# Walk through the Jewish City

This is a mobile app written in NativeScript. Its purpose is to navigate you through predefined geolocations and when you reach your target, it will play short summary of a place you've just reached.

## Install

Make sure you have Cocoapods installed

```
pod --version
```

If not, go with
```
sudo gem install cocoapods
```

Then
```
npm install
```

## Run

Open Android emulator / iOS simulator of your choice.

> To do that, you can try commands
> ```
> npm run ios-simulator
> npm run android-emulator
> ```
> but those can be too much specific for my local environment :)

When you have it opened, execute
```
tns run ios
# or
tns run android
```

## Build

```
tns build android
# or
tns build ios
```

## Deploy

Connect your device to the computer and execute
```
tns build android
# or
tns build ios
```
To run application on physical device, one can ...