Juicer is a web API for extracting text, meta data and named entities from HTML "article" type pages.
For more info visit: http://juicer.herokuapp.com/
- Run
sbt testto test the app (sbt must be sbt 0.11, not 0.7) - Run
sbt stageto stage the app - Run
juicer-web/target/startto run the server - Now open
http://localhost:8080in a browser
- Clone the repo
- Install the Heroku tools; be sure heroku is on your path
- Type these commands inside the application's git clone:
heroku create --stack cedarheroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-scala.git#perm-gengit push heroku masterheroku open