1.0.2 • Published 11 months ago

vtown v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

val.town JavaScript SDK

Getting Started

npm install vtown

Calling your vals:

import val from 'vtown';

const res = await val.run('@joey.helloWorld', { a: 'some arg' });

Or:

const val = require('vtown');

val.run('@joey.helloWorld', { a: 'some arg' }).then((res) => {
  console.log('res', res);
});
1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago