kat4 / wordkat

Auto-complete and dictionary app from wordkat. The latest app from kat4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordkat

Code Climate Test Coverage

Auto-complete and dictionary app from team kat4!

Go to the app and type a word into the text field. The app is going to give you a list of words after three letters. Use up and down keys to navigate. Scroll down to see the definition.

Run locally

  1. Make sure you have Node.js installed.
  2. Clone repo from git@github.com:kat4/wordkat.git
  3. Run npm install to install the dependencies
  4. Start the server with node server.js or nodemon server.js if you have nodemon installed
  5. Access site on localhost:8000

Set-up (day 1)

  • Set up repo
  • Set up Code Climate
  • Set up Travis
  • Set up pre-commit hooks
  • Install tape and shot
  • Install nodemon
  • Istanbul
  • Write initial tests (hello wordkat)
  • Set up a server which passes that test
  • Deploy to Heroku
  • Set up a front end test endpoint

Build app (day 2)

Pair A
  • Gets stuck into worknik API
  • Test getting response from wordnik
Pair 1
  • Gets stuck into the http requests between front and back end
  • Test getting response from server
  • Work on autocomplete

And theeeen

  • Put badges up on github
  • Make site look minimal

"devDependencies": { "codeclimate-test-reporter": "^0.1.1", "istanbul": "^0.3.21", "nodemon": "^1.7.1", "shot": "^1.6.1", "tape": "^4.2.0" }, "dependencies": { "request": "^2.64.0" }

###Dependencies

  • Request module

###devDependencies

  • codeclimate-test-reporter
  • istanbul
  • nodemon
  • shot
  • tape

wordkat

About

Auto-complete and dictionary app from wordkat. The latest app from kat4.

License:MIT License


Languages

Language:HTML 56.6%Language:JavaScript 30.7%Language:CSS 12.7%