evalin

0.2.1 • Public • Published

node-evalin

Eval.in API reverse engineered for Node.js

Installing

$ npm install --save evalin

Usage

var evalin = require('evalin');
 
evalin('print "test"', 'python/cpython-2.7.8').then(function(res) {
  console.log(res.output);
});

License

MIT

Package Sidebar

Install

npm i evalin

Weekly Downloads

4

Version

0.2.1

License

MIT

Last publish

Collaborators

  • simplyianm