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 test
to test the app (sbt must be sbt 0.11, not 0.7) - Run
sbt stage
to stage the app - Run
juicer-web/target/start
to run the server - Now open
http://localhost:8080
in 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 cedar
heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-scala.git#perm-gen
git push heroku master
heroku open