On Sun, Mar 27, 2016 at 06:34:08AM +0300, Omer Zak wrote:
> אלה מביניכם שמשתמשים בסמארטפונים ודאי שמו לב שהם מציגים לכם גם מידע על
> מזג האוויר במקום שבו אתם נמצאים.
> מידע זה מן הסתם מגיע אל הסמארטפון באמצעות microservice שזמין משרת עלום
> אי שם.
> 
> אני מחפש microservice שבאמצעותו אפשר לקבל מידע מעודכן על מזג האוויר לפי
> מקום הימצאך, בלי להיות תלוי באפליקציה שרצה על הסמארטפון.
> פורמט המידע יהיה מן הסתם XML או JSON שיפוענח על ידי התוכנה שתציג את
> המידע.
> 
> כמו כן אני מחפש גם microservice שמאפשר למשתמש לקבל תאריכים של חגים
> ומועדים כפונקציה של הארץ והשייכות הדתית של המשתמש.
> פורמט המידע - כנ"ל.
> 
> חיפוש בגוגל אחר מקורות מידע למזג האוויר מצא רק הסברים איך לבנות
> microservices, לא קטלוג של microservices קיימים.
> 
> עבור חגים מצאתי רק את הפרויקט הבא:
>                   https://github.com/ceccode/lumen-holidays-microservice
> שאינו גמור ולא התעדכן מאז נובמבר 2015.
> 
> האם מישהו יודע משהו נוסף?
> 
> --- עומר זק
> 
> 
> -- 
> Shakespeare Monkeys: cat /dev/urandom | strings -n 16
> My own blog is at http://www.zak.co.il/tddpirate/
> 
> My opinions, as expressed in this E-mail message, are mine alone.
> They do not represent the official policy of any organization with which
> I may be affiliated in any way.
> WARNING TO SPAMMERS:  at http://www.zak.co.il/spamwarning.html
> 
> _______________________________________________
> Discussions mailing list
> Discussions@hamakor.org.il
> http://hamakor.org.il/cgi-bin/mailman/listinfo/discussions
> 

For weather - openweathermap.

Here's simple code that uses it, too:
https://github.com/fcambus/ansiweather/blob/master/ansiweather
_______________________________________________
Discussions mailing list
Discussions@hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/discussions

Reply via email to