Skip to content

Local weather hybrid app to display wind conditions and forecast for a specific location (Zaragoza, Spain)

License

Notifications You must be signed in to change notification settings

alterebro/cierzo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cierzo.app

Cierzo Maño is a JavaScript fast dev test hybrid application built with PhoneGap, using the darksky.net Pirate Weather weather API. The UI targets on display the wind current conditions and forecast for a specific location, in this case: — The windy city of Zaragoza, Spain.

Android Mobile App Online WebApp
Get it on Google Play
play.google.com/store/apps/details?id=com.alterebro.cierzo

https://cierzo.976.es/

Development:

$ git clone https://github.com/alterebro/cierzo.git`
  • Install dependencies:
$ npm install
<?php
	return array(
		'darksky_api_key' 	=> 'alphanumeric API Key from PirateWeather',
		'darksky_base_url' 	=> 'https://api.pirateweather.net/forecast/',
		'latitude' 			=> 41.65, // Zaragoza, Spain (Lat)
		'longitude' 		=> -0.883, // Zaragoza, Spain (Lng)
		'lang' 				=> 'es',
		'units' 			=> 'ca', // auto | ca | uk2 | us | si
	);
?>
  • Now you can build the project with gulp
$ gulp

# If you don't already have gulp, first do:
$ npm install gulp-cli -g

This will create the compiled project on the www/ folder.



Credits / Libraries


About

Local weather hybrid app to display wind conditions and forecast for a specific location (Zaragoza, Spain)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published