Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Added citybyweather.com AngularJs single page app #515

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added projects/citybyweather/thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 25 additions & 1 deletion projects/projects.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"featured": "YouTube on PS3",
"projects": [
"projects": [
{
"name": "APWGL",
"thumb": "apwgl/thumb.png",
Expand Down Expand Up @@ -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"
]
}

]
Expand Down