Skip to content

gregermendle/oy-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oy!

A small native node module written in C++. All it does it reply to you when you say Oy!

Just run the following to build / run!

npm install && npm run oy

Usage

const oy = require('./build/Release/oy.node');

oy(); // You wot m8?!

License

MIT