Build Status Code Climate Test Coverage codecov.io

koala-complete

Third in the 'koalabears' series of 'koalabears' projects, koala-complete makes finding words in the english dictionary fast and fun!

Access our app here: https://shielded-dusk-6658.herokuapp.com/

How

Using the wordnik API, node.js, Heroku and great attitudes!

If you need help getting started with Node on Heroku, check out this article

How to run our project locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ git clone OUR REPO LINK
$ cd node-js-getting-started
$ npm install
$ npm start

Our app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open