A simple API built with Nodejs to retrieve data from .NET web services.
Clone the script from github into a directory of your choice (where you have read and write permission)
Run npm install to install dependencies.
git clone https://github.com/sier/Simple_API.git
npm install
node index.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.