https://github.com/zaprogrammer/weather-challenge
https://github.com/zaprogrammer/weather-challenge
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaprogrammer/weather-challenge
- Owner: zaprogrammer
- Created: 2019-05-23T17:39:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T00:56:07.000Z (over 3 years ago)
- Last Synced: 2025-01-22T23:28:26.532Z (over 1 year ago)
- Language: JavaScript
- Size: 5.76 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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