node-alchemy
Node/Browser Client to interact with AlchemyAPI.
Install
npm install node-alchemy --save
If you want to use in the browser (powered by Browserify):
bower install node-alchemy --save
and later link in your HTML:
Usage
First require the library:
var AlchemyAPI = ;
Minimal configuration:
var meaning = ;
Check the list of AlchemyAPI endpoints.
var meaning = ;
The library support standard NodeJS callback and Promise workflow as well.
Examples
See example.js
License
MIT © Kiko Beats