diff --git a/projects/citybyweather/thumb.png b/projects/citybyweather/thumb.png new file mode 100644 index 00000000..5bc4f162 Binary files /dev/null and b/projects/citybyweather/thumb.png differ diff --git a/projects/projects.json b/projects/projects.json index f92b527e..a9aa4f5f 100644 --- a/projects/projects.json +++ b/projects/projects.json @@ -1,6 +1,6 @@ { "featured": "YouTube on PS3", - "projects": [ + "projects": [ { "name": "APWGL", "thumb": "apwgl/thumb.png", @@ -3688,6 +3688,30 @@ "Responsive", "Cloud" ] + }, + { + "name": "City By Weather", + "thumb": "citybyweather/thumb.png", + "desc": "Reverse Weather Forecast. Choose daily high and low temperatures and get the list of cities matching your desired forecast.", + "url": "http://citybyweather.com", + "submitter": "artybug", + "submissionDate": "2015-06-13", + "tags": [ + "Production", + "Productivity", + "Weather", + "Forecast", + "Travel planning", + "Bootstrap", + "jQueryUI", + "Slider", + "JSON", + "Custom directive", + "Single page application", + "JQuery", + "Laravel", + "HTML5" + ] } ]