From 403049ea1fbce3f858a7a565df6e545efba4926d Mon Sep 17 00:00:00 2001 From: Mikhail Pontus Date: Wed, 20 Dec 2017 03:03:45 +0300 Subject: [PATCH] fix(seed): Update Show the Local Weather challenge Pulling changes from commit a29a928f49ef0c0153ea1c8e25a5f40fa46a3190 Preserve glitch weather API from commit ddd852df7b8ecad54ebd141fb5e5e273ca5d4dbf --- .../take-home-interview-projects.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json b/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json index f4488d60f2..0e698b2275 100644 --- a/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json +++ b/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json @@ -9,7 +9,8 @@ "title": "Show the Local Weather", "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/freeCodeCamp/full/bELRjV.", - "Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", "User Story: I can see the weather in my current location.", "User Story: I can see a different icon or background image (e.g. snowy mountain, hot desert) depending on the weather.", "User Story: I can push a button to toggle between Fahrenheit and Celsius.",