Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 347 Bytes

README.markdown

File metadata and controls

14 lines (8 loc) · 347 Bytes

Summary

This is an example of binding external JavaScript library (here, reCaptcha) in Opa.

Compile with:

make

Run with:

./hello_recaptcha_app.js

More about this example in Opa manual, chapter Hello, reCaptcha, and the rest of the world.