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.
- Make sure you have Node.js installed.
- Clone repo from [email protected]:kat4/wordkat.git
- Run
npm install
to install the dependencies - Start the server with
node server.js
ornodemon server.js
if you have nodemon installed - Access site on
localhost:8000
- 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
- Gets stuck into worknik API
- Test getting response from wordnik
- Gets stuck into the http requests between front and back end
- Test getting response from server
- Work on autocomplete
- 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