| Projects on Google Code | Results 1 - 5 of 5 |
A simple Python library for accessing the Upcoming API.
Upcoming
Java client library for Yahoo's [http://upcoming.yahoo.com/services/api/ Upcoming REST API]
Example:
{{{
import upcoming.client.*;
Client c = new Client(upcomingApiKey);
List<Event> events = c.findEventsNear(45.521694, -122.691806,
...
Shows upcoming events in Bangalore on Google maps
Please edit this description.