Skip to content
forked from sottenad/jService

A set of simple service that serves the answers/questions pulled from jArchive

License

Notifications You must be signed in to change notification settings

derick/jService

 
 

Repository files navigation

##jService

###Demo View a working demo at http://jservice.io

###Installation

  • clone this repo
  • In terminal, cd into the directory you cloned into
  • run bundle install
  • run rails s
  • Either import the db (included) or run rake get_clues[1,31] -- NOTE: this will grab approx 130K clues and takes a while. The arguments here are the range of season you want to grab. You can save some time and grab only current season by doing something like rake get_clues[20,31], which would only get seasons 20 through 31
  • visit http://localhost:3000/clues or view config\routes.rb file for more
  • shoot me a pull request to the readme with your app in the wild!

###jService in the wild

About

A set of simple service that serves the answers/questions pulled from jArchive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • CSS 6.5%
  • Other 1.2%