A simple Node/Express Proxy API to be consumed by our portal that is currently hosted by gh-pages. gh-pages is https, so we needed a way to communicate with our portal client as our current lamp server is not SSL certified.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Node Version 6+ https://nodejs.org/en/
A step by step series of examples that tell you have to get a development env running
- npm i
- npm start
Explainations on running test coming soon.
- Update the sample.env file with your hubapi secret
- Express - The node framework used
- Travis Ueki - Initial work - (https://github.com/wodkiller)
This project is licensed under the MIT License - see the LICENSE.md file for details