Skip to content

Commit f472ff9

Browse files
committed
Initial Public Release Commit
0 parents  commit f472ff9

File tree

101 files changed

+20277
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+20277
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config.php

README.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
DDS Weather Slide
2+
===========
3+
4+
A Modern-Looking Weather Slide for DDS
5+
6+
*"Because anything is better than desktops showing The Weather Channel's mobile layout"*
7+
8+
9+
Dependencies:
10+
11+
- Web Server (e.g. Apache)
12+
13+
- PHP
14+
15+
Usage:
16+
17+
3 Easy Steps:
18+
19+
1. Clone Repo (you probably want to do this into an http-accessible folder)
20+
21+
2. Create a `config.php` file and set `$GLOBALS['API-KEY']` to your WeatherUnderground API key.
22+
Feel free to ask Philip for his for you to use.
23+
24+
3. Recieve Weather
25+
26+
Copyright Northeastern University CCIS Crew 2014
27+
28+
For licensing, see [dds-client](https://github.com/crew/dds-client).
29+
30+
###TROUBLESHOOTING
31+
32+
> The weather page has the wrong dates!
33+
34+
Assuming you've already double-checked that your API key is in the right spot, check the top of the page for any whitespace. If there is any, try highlighting it to see if there is any text up there. If you see something about "Permission Denied" and "json<something>Response.txt", the issue can probably be fixed by doing the following:
35+
36+
1. Open a terminal and type `ps -axu | grep apache` (or whatever server you're running). At the far left, you should see things like `root` and your username. You should also see something like `www-data`. Whatever it is, put it where `www-data` is below.
37+
38+
2. Run the following: `sudo chown -R www-data /path/to/dds-weather`
39+
40+
3. Refresh the page and see if the problem persists. If it does, file a ticket.

SVG/Cloud-Download.svg

+15
Loading

SVG/Cloud-Drizzle-Alt.svg

+19
Loading

SVG/Cloud-Drizzle-Moon-Alt.svg

+20
Loading

SVG/Cloud-Drizzle-Moon.svg

+22
Loading

SVG/Cloud-Drizzle-Sun-Alt.svg

+24
Loading

SVG/Cloud-Drizzle-Sun.svg

+25
Loading

SVG/Cloud-Drizzle.svg

+18
Loading

SVG/Cloud-Fog-Alt.svg

+14
Loading

SVG/Cloud-Fog-Moon-Alt.svg

+18
Loading

0 commit comments

Comments
 (0)