Challenge Overview
We are looking for a simple HTTP service which will parse an Excel file and return the data in JSON.
This HTTP service should be built using node.js and be ready to deploy to an apache server on AWS, or to Heroku.
In the challenge forum is an example of the excel template which this service will recieve.
- Service should recieve a POST request which includes a .xls or .xlsx file.
- Included Excel file must match the template attached in the forum.
- Service should send a response with the content of the Excel file in JSON format (see forum for discussion on format)
You may use open source code as long as it is clearly defined in your documentation.
Include a simple sample app to demonstrate the service.
Final Submission Guidelines
Include your source code in a zip file. A detailed deployment guide is required. Must include deployment instructions to AWS/Apache as well as Heroku. A video walkthrough is required.