Sunday, April 29, 2012

Wednesday, April 11, 2012

Phono SDK Makes Call From Your Web Browser

Phono provides an SDK to make calls from your web browser. To be more specific, they provide a javascript library that is easy to integrate into a web development.

It is now using flash technology (for mic), but WebRTC is coming soon (as they claimed).

Phono is not the only library that does voice call from a web browser. Twilio Client is another one.

Tuesday, April 10, 2012

The Weather API

Wunderground provides a wonderful weather API.

They have a simple API request for all the different "feature" such as current conditions, forecast, history, hourly, etc..

http://api.wunderground.com/api/KEY/FEATURE/[FEATURE…]/q/QUERY.FORMAT

But it is not a really free API. Free use is limited to 500 calls a day, and 10 per min.