Nxs ws - xkp/Doc GitHub Wiki
##Overview
Web services provide a wealth of data (think facebook, twitter, google APIs) Accessing such services has been traditionally difficult. Excess provides its developer with an easy way to access such services as traditional method calls to objects.
##Example
var img_data = google_maps.staticmap(center = map_center, zoom = zoom, sensor = false, size="300x200");
##Supported services This section is under construction