Get started with hellojs CDN
MIT licensed
HelloJS is a minimalist JS framework for building user interfaces.
Tags:- oauth
- oauth1.0
- oauth2
- api
- facebooks
- windows
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
0.1.0
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.2.10
0.2.11
0.2.12
0.2.2
0.2.3
0.2.4
0.2.5
0.2.6
0.2.7
0.2.8
0.2.9
1.0.0
1.0.1
1.1.1
1.1.3
1.1.4
1.1.5
1.10.0
1.10.1
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.14.0
1.14.1
1.15.0
1.15.1
1.16.0
1.16.1
1.17.0
1.17.1
1.18.0
1.18.1
1.18.2
1.18.3
1.18.4
1.18.5
1.18.6
1.18.7
1.18.8
1.19.0
1.19.1
1.19.2
1.19.3
1.19.4
1.19.5
1.2.0
1.2.1
1.2.2
1.2.4
1.2.5
*** 1.20.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.4
1.4.1
1.4.2
1.4.3
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.7.2
1.7.3
1.7.4
1.7.5
1.8.0
1.8.1
1.8.2
1.8.3
1.8.4
1.9.0
1.9.1
1.9.2
1.9.3
1.9.4
1.9.5
1.9.6
1.9.7
1.9.8
1.9.9
2.0.0-1
2.0.0-2
2.0.0-3
2.0.0-4