Bculp / Word-of-the-day

Home Page:https://daily-word.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word-of-the-day

This app will give you a random word, part of speech, definition, and synonyms/antonyms if they're found in the Wordnik dictionary. The app is deployed at: https://daily-word.herokuapp.com/

I created this app using: JavaScript, Node, Express, Wordnik API, jQuery Booklet, HTML and CSS.

In order to start the app locally, please:
  • Download or clone the repo
  • Visit http://developer.wordnik.com/ to receive your API key
  • CD into the project directory
  • Add the key to your environment variables as 'API-KEY'
  • Run NPM install
  • Run NPM start
  • Open your browser and go to localhost:3000

About

https://daily-word.herokuapp.com/


Languages

Language:JavaScript 70.0%Language:CSS 20.4%Language:HTML 9.6%