Skip to content

davelaser/sandbox

 
 

Repository files navigation

My Sandbox

Installation Information

  1. Install Sass
  2. In your terminal, move into the project directory cd <project>
  3. Run the command : sass --watch src/scss:static/css

Request Handlers

There are 2 request handlers, Mashup and RestAPI.

1. Mashup

  • Accepts any context path as the single HTTP GET Request argument
  • Subsequent work will then attempt to generate feed data based on that context path
  • Examples:
    • ROOT_APP/newyork

2. RestAPI

  • Accepts any context path as argument #1 in the HTTP GET Request context path
  • Accepts only the following two valid values as #2 argument in the HTTP GET Request context path
    • xml
    • json
  • Subsequent work will then attempt to generate feed data based on that context path and response data format
  • Examples:
    • ROOT_APP/newyork/xml [valid]
    • ROOT_APP/newyork/json [valid]
    • ROOT_APP/newyork/blah [invalid, will default to Mashup request handler]

Geonames Account

http://www.geonames.org Username: stuartthorne Password: Okt0b3rf3st Email: stuart.thorne@razorfish.com

Here some links you could find useful: GeoNames User Manual : http://www.geonames.org/manual.html GeoNames Blog : http://geonames.wordpress.com GeoNames Forum : http://forum.geonames.org GeoNames Mailinglist : http://groups.google.com/group/geonames

About

My sandbox google app engine application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.2%
  • Python 17.3%
  • CSS 7.5%