From aa2af921aad3fa0317d7a8264923115af833c1c6 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 8 Jul 2014 11:15:38 -0700 Subject: [PATCH] Link to the Heroku-deployed weather example. This acts as a live demo of the ability to serve content to both browsers and robots in one response. --- examples/weather/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/weather/README.md b/examples/weather/README.md index 582e8c6..f5bfddb 100644 --- a/examples/weather/README.md +++ b/examples/weather/README.md @@ -16,3 +16,6 @@ weather data being loaded from the remote API on the server. As well as improvin performance on initial page load by eliminating a round-trip, this also allows the use of an API endpoint that wouldn't actually be callable via a cross-site XMLHttpRequest if deferred to the client. + +A very lightly modified version of this example is running as a live demo at +http://angularjs-server-weather.herokuapp.com/ .