alchemyapi
v0.0.3
Published
AlchemyAPI =============
Downloads
6
Readme
AlchemyAPI
npm install -g alchemyapi
alchemyapi hello dolly
npm install alchemyapi
var AlchemyAPI = require('alchemyapi')
var alchemy = new AlchemyAPI(1, { proxy: 'http://example.com' })
alchemy.text('text', function (error, results){
console.log(error || results)
})