This website requires JavaScript.
Explore
Help
Sign In
tod
/
odin-js-fundamentals-part-5
Watch
1
Star
0
Fork
You've already forked odin-js-fundamentals-part-5
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
odin-js-fundamentals-part-5
/
node_modules
/
growly
/
example
/
simple.js
4 lines
75 B
JavaScript
Raw
Permalink
Blame
History
var
growly
=
require
(
'../lib/growly.js'
)
;
growly
.
notify
(
'Hello, world!'
)
;
Reference in New Issue
View Git Blame
Copy Permalink