Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 461 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 461 Bytes

MeteoUniparthenope

A weather app using NativeScript-Leaflet-Map

Build and run

Download repository with:

$ git clone https://github.com/uniparthenope/meteo-uniparthenope

Open directory in your terminal and run (make sure you have installed Node.js):

$ cd meteo-uniparthenope
$ npm install

Then, build application:

$ tns build ios
$ tns build android

To run:

$ tns run ios
$ tns run android