This repo provides a drop-in replacement for the Mercury Parser API using Express js framework.
# If you don't already have the mercury parser api installed, do that
git clone https://github.com/postlight/mercury-parser-api-express.git
# Install dependencies
npm install
# start the application
npm start
The application will by default be served on port: 3000
http://localhost:3000/parse?url=https://trackchanges.postlight.com/building-awesome-cms-f034344d8ed
Licensed under either of the below, at your preference:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Unless it is explicitly stated otherwise, any contribution intentionally submitted for inclusion in the work, as defined in the Apache-2.0 license, shall be dual licensed as above without any additional terms or conditions.