A weather app using NativeScript-Leaflet-Map
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