Skip to content

kylebelanger/diction.help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diction

A web based software application for cataloging dictionary words, and footnotes.

About

Mainly a continuing AngularJS and Rails learning experiment, but also used to help learn new vocabulary and information through the indexation of data served from Oxford Dictionary and Wikipedia. The Wikipedia API data provides article summary blurbs with links to the main articles.

Settings

  • Create, save, and share lists from a variety of API's (Oxford Dictionary, Wikipedia)
  • Get a shareable URL for a list
  • Search for multiple words simultaneously through comma separation: "epitome, fallacy, aloof"
  • Target specific API's in search using a parameter
    • Wikipedia: "cell biology (w)"
    • Oxford Dictionary: "epitome (d)"
  • Various filtering and sorting options

Architecture

Ruby on Rails 4.2
AngularJS 1.2

Cloning

To get up and running locally:

git clone https://github.com/kylesb/diction.help.git
bundle update
rake db:migrate
rails s

About

Single page application (SPA) for creating and sharing vocabulary lists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published