Vivek
Vivek

Reputation: 1461

jQuery + Clock & Weather

Is there a jQuery plugin which would take an input of a country and return my the the time and weather status at that moment?

Upvotes: 2

Views: 2246

Answers (2)

Billy Moon
Billy Moon

Reputation: 58611

This one does a whole widget - maybe you could modify it to just return as text if that is what you need: http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/

Upvotes: 1

marcosfromero
marcosfromero

Reputation: 2853

You'll need a web service to return those data. Google can provide that information: http://www.google.com/ig/api?weather=Buenos%20Aires

but you'll need a server side script to connect to the web service (like explained in the @billy-moon's second link).

Upvotes: 0

Related Questions