Visualizzazione dei risultati da 1 a 7 su 7
  1. #1

    che tempo fa cercasi API

    Ciao.
    Ho un cliente che si è incistato con il tempo
    che fa esiste un API per l'italia ?
    Da una prima ricerca titta


    Without faith, nothing is possible. With it, nothing is impossible
    http://ilwebdifabio.it

  2. #2
    Proprio nessuno
    Without faith, nothing is possible. With it, nothing is impossible
    http://ilwebdifabio.it

  3. #3

  4. #4
    Originariamente inviato da Ranma2
    primo risultato di google

    http://developer.yahoo.com/weather/

    ma anche altri:

    http://www.google.com/search?q=weather+api
    yahoo solo US

    google forse c....o non la trovavo e basta .......

    grazie.


    Without faith, nothing is possible. With it, nothing is impossible
    http://ilwebdifabio.it

  5. #5
    Codice PHP:
    <?xml version="1.0"?>
    <xml_api_reply version="1">
    <weather module_id="0" tab_id="0">
    <forecast_information><city data="Mountain View, CA"/>
    <postal_code data="94043"/>
    <latitude_e6 data=""/>
    <longitude_e6 data=""/>
    <forecast_date data="2009-02-17"/>
    <current_date_time data="2009-02-17 20:34:13 +0000"/>
    <unit_system data="US"/>
    </forecast_information>
    <current_conditions>
    <condition data="Light Rain"/>
    <temp_f data="51"/>
    <temp_c data="11"/>
    <humidity data="Humidity: 79%"/>
    <icon data="/images/weather/rain.gif"/>
    <wind_condition data="Wind: S at 4 mph"/>
    </current_conditions>
    <forecast_conditions>
    <day_of_week data="Tue"/>
    <low data="40"/>
    <high data="56"/>
    <icon data="/images/weather/chance_of_storm.gif"/>
    <condition data="Chance of Storm"/>
    </forecast_conditions>
    <forecast_conditions>
    <day_of_week data="Wed"/>
    <low data="41"/>
    <high data="61"/>
    <icon data="/images/weather/mostly_sunny.gif"/>
    <condition data="Mostly Sunny"/>
    </forecast_conditions>
    <forecast_conditions>
    <day_of_week data="Thu"/>
    <low data="43"/>
    <high data="63"/>
    <icon data="/images/weather/sunny.gif"/>
    <condition data="Clear"/>
    </forecast_conditions>
    <forecast_conditions>
    <day_of_week data="Fri"/>
    <low data="43"/>
    <high data="65"/>
    <icon data="/images/weather/mostly_sunny.gif"/>
    <condition data="Mostly Sunny"/>
    </forecast_conditions>
    </weather>
    </xml_api_reply>


    anche questo solo US

    quello che sto cercando è un webserver
    italiano possibile che non ci sia niente.



    Without faith, nothing is possible. With it, nothing is impossible
    http://ilwebdifabio.it

  6. #6
    Codice PHP:
    <?xml version="1.0"?>
    <xml_api_reply version="1">
    <weather module_id="0" tab_id="0">
    <forecast_information><city data="Mountain View, CA"/>
    <postal_code data="94043"/>
    <latitude_e6 data=""/>
    <longitude_e6 data=""/>
    <forecast_date data="2009-02-17"/>
    <current_date_time data="2009-02-17 20:34:13 +0000"/>
    <unit_system data="US"/>
    </forecast_information>
    <current_conditions>
    <condition data="Light Rain"/>
    <temp_f data="51"/>
    <temp_c data="11"/>
    <humidity data="Humidity: 79%"/>
    <icon data="/images/weather/rain.gif"/>
    <wind_condition data="Wind: S at 4 mph"/>
    </current_conditions>
    <forecast_conditions>
    <day_of_week data="Tue"/>
    <low data="40"/>
    <high data="56"/>
    <icon data="/images/weather/chance_of_storm.gif"/>
    <condition data="Chance of Storm"/>
    </forecast_conditions>
    <forecast_conditions>
    <day_of_week data="Wed"/>
    <low data="41"/>
    <high data="61"/>
    <icon data="/images/weather/mostly_sunny.gif"/>
    <condition data="Mostly Sunny"/>
    </forecast_conditions>
    <forecast_conditions>
    <day_of_week data="Thu"/>
    <low data="43"/>
    <high data="63"/>
    <icon data="/images/weather/sunny.gif"/>
    <condition data="Clear"/>
    </forecast_conditions>
    <forecast_conditions>
    <day_of_week data="Fri"/>
    <low data="43"/>
    <high data="65"/>
    <icon data="/images/weather/mostly_sunny.gif"/>
    <condition data="Mostly Sunny"/>
    </forecast_conditions>
    </weather>
    </xml_api_reply>


    anche questo solo US

    quello che sto cercando è la 'stessa'
    risposta ma per l'Italia possibile che ni
    sia niente.



    Without faith, nothing is possible. With it, nothing is impossible
    http://ilwebdifabio.it

  7. #7

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.