Get started with hellojs CDN

MIT licensed

HelloJS is a minimalist JS framework for building user interfaces.

Tags:
  • oauth
  • oauth1.0
  • oauth2
  • api
  • facebooks
  • google
  • windows
  • linkedin
  • twitter

Stable version

Copied!

How to start using hellojs CDN


<!DOCTYPE html>
<html>
<head>
  <title>Get started with hellojs CDN - cdnhub.io</title>
  <script src="https://cdn.cdnhub.io/hellojs/1.20.0/hello.js"></script>
</head>
<body>
  <button id="greet-btn">Greet</button>
  <script>
    const hello = new Hello.World();
    const greetBtn = document.getElementById('greet-btn');

    greetBtn.addEventListener('click', () => {
      hello.greet('World');
    });
  </script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!

All versions