What operation you want to do?

Default city :  

Set Alarm

Missed event & Epxpired Alarm

Weather Check


The Latest News:


Update Time: {{ time_update }}

Total Results: {{ total_results }}

{% for number in range( length ) %} Number of news: {{ number }}
Id:   {{ articles[number]['source']['id'] }}
Name:   {{ articles[number]['source']['name']}}
-----------------------------------------------
Author:   {{ articles[number]['author'] }}
Title:   {{ articles[number]['title'] }}
Description:   {{ articles[number]['author'] }}
Url:   {{ articles[number]['url'] }}
Url to image:   {{ articles[number]['url_to_image'] }}
Published at:   {{ articles[number]['published_at'] }}
Content:   {{ articles[number]['content'] }}
******************************************************************************************


{% endfor %}