Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnylazuardi committed May 4, 2014
1 parent 722b6a5 commit e663908
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
</head>
<body ng-cloak-auth class="hide">

<a href="https://github.com/sonnylazuardi/wordchain"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"></a>

<div class="navbar center">
<div class="navbar-inner">
<ul class="nav navbar-nav">
Expand Down
50 changes: 49 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,52 @@
Wordchain
=========

Try to guess the word with the prefix of the last character taken from previous word
Try to guess the word with the prefix of the last character taken from previous word.

## How to install

npm install pushserve

change to source directory

pushserve --port 3000

open in browser

http://localhost:3000/


## Technology Stack

full stack javascript development

- Firebase
- Angular.js
- FireAngular
- Google Dictionary API
- Wikitionary API

## License

(The MIT License)

Copyright (c) 2013-2014 Sonny Lazuardi <[email protected]>

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.

0 comments on commit e663908

Please sign in to comment.