https://github.com/jboynyc/mercurizer
Simple web app in Racket calling the Mercury Web Parser
https://github.com/jboynyc/mercurizer
racket
Last synced: 5 months ago
JSON representation
Simple web app in Racket calling the Mercury Web Parser
- Host: GitHub
- URL: https://github.com/jboynyc/mercurizer
- Owner: jboynyc
- Created: 2017-02-27T23:37:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T00:36:13.000Z (over 9 years ago)
- Last Synced: 2025-10-29T12:26:25.282Z (8 months ago)
- Topics: racket
- Language: Racket
- Homepage: https://mercurizer.herokuapp.com/
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Mercurizer
==========
Mercurizer is a simple web app using Racket for the backend and IntercoolerJS
for the frontend. It takes a URL and displays the rendered markup as processed
by the Mercury Web Parser.
To run, first set the ``MERCURY_API_KEY`` environment variable.
Alternately, you can deploy Mercurizer to Heroku. Follow these simple steps:
::
$ heroku git:remote -a my-app-name
$ heroku buildpacks:set https://github.com/lexi-lambda/heroku-buildpack-racket
$ heroku config:set RACKET_VERSION=current
$ heroku config:set MERCURY_API_KEY=
$ git push heroku master
Consult `this blog post
`_
for additional guidance.