parser-api
parser-api copied to clipboard
🚀 A drop-in replacement for the Postlight Parser API.
Serverless: GET /parser (λ: mercuryParser) Serverless: Failure: tunneling socket could not be established, statusCode=407 Error: tunneling socket could not be established, statusCode=407 at ClientRequest.onConnect (C:\Users\a662140\Desktop\Karan\mercury-parser-api\node_modules\request\node_modules\tunnel-agent\index.js:165:19) at Object.onceWrapper (events.js:313:26) at ClientRequest.emit...
- **Platform**: AWS Lambda - **Mercury Parser API Version**: 0.0.1 - **Node Version**: v12.11.1 ## Expected Behavior API endpoint should allow contentType as text or markdown ## Current Behavior It...

Adding additional steps/details I needed to deploy this to prod.
- **Mercury Parser API Version**:Latest - **Node Version**:8 ## Expected Behavior The parser should not corrupt the \ content. ## Current Behavior The \ tag originally is and after parsing...
Ran through an AWS lambda install this morning -- flawless, and worked great, right out of the box. Kudos for providing such a smooth path for transition for your users....
- **Platform**: AWS Lambda ## Expected Behavior When you POST a request with only the URL parameter. The response is UTF-8 friendly. When I use the html parameter, response should...
Hi! I'm interested in self-hosting Postlight Parser API on my local machine. Would you be accepting a pull request that adds: - a simple web server (maybe express?) that serves...