aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE19
-rw-r--r--README.md6
2 files changed, 22 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..b7b028b
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2013 Teddy Wing
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE. \ No newline at end of file
diff --git a/README.md b/README.md
index 5d84b5a..c00af63 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Who am I?
A mobile web app built for the [Viggle](http://www.viggle.com) platform. One half of the _Who am I?_ app. _Who am I?_ allows a user to record an impersonation of a character from a TV show. Other users can then watch the resulting video and pick which character they think was referenced. Picking the correct answer will get them [Viggle points](http://www.viggle.com/rewards).
-The other half is a native iOS app written by [Billy](https://github.com/billyto) that allows users to pick a show, a character, and record a video of themselves acting out that character.
+The other half is a native iOS app written by [Billy Tobon](https://github.com/billyto) that allows users to pick a show, a character, and record a video of themselves acting out that character.
This half allows players to watch the recorded video and guess the character represented.
@@ -19,7 +19,7 @@ Written in [Node](http://nodejs.org) with [Express](http://expressjs.com) at [TV
Obtain an OnConnect API key from http://developer.tmsapi.com and export it as the `TMS_API_KEY` environment variable.
## Parse API
-Create an application on [Parse](https://parse.com) and enter your application ID and JavaScript key in `public/javascripts/parse-interface.js`.
+Create an application on [Parse](https://parse.com) and export your Application ID as `PARSE_COM_APPLICATION_ID` and your JavaScript Key as `PARSE_COM_JAVASCRIPT_KEY`.
## Starting the application
$ npm install
@@ -28,4 +28,4 @@ Create an application on [Parse](https://parse.com) and enter your application I
I recommend running using [node-supervisor](https://github.com/isaacs/node-supervisor): `supervisor node app`
# License
-_Who am I?_ is licensed under
+_Who am I?_ is licensed under the MIT License. See the included LICENSE file.