node-calais
node-calais copied to clipboard
New API support
So I hear that the current API will be phased out in August 2015. Will you be supporting the new API?
I wrote this last night, it's not a fork of the current code, so the API will differ, but it's working with the https://api.thomsonreuters.com/permid/calais endpoint.
You'll find my code on gitlab: https://gitlab.com/millette/calais/tree/master Feel free to fork, I will add MIT and GPL licences later. Plan is to make it a proper npm package... soonish. For now you can copy the file manually and require('./calais-lib.js') in your code.
Sorry if I'm butting in but I thought this might help someone.