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

https://github.com/zaprogrammer/weather-challenge


https://github.com/zaprogrammer/weather-challenge

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Cordova Weather Challenge
===================================

This application was built using Cordova.

The application uses the Open Weather Map APIs as below;

[https://api.openweathermap.org/data/2.5/weather?q=CITY-NAME&APPID=APPID](https://api.openweathermap.org/data/2.5/weather?q=CITY-NAME&APPID=APPID)

Getting Started
---------------

#### Build
- Build Application from command line using cordova commands
- Go to application folder
- Run below command (without the **$** sign)
```sh
$ cordova build PLATFORM_NAME
$ cordova run PLATFORM_NAME
```

-------------------------------------------------------
### Below are the libraries were used in this app
- Bootstrap
- JQuery