Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 372 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 372 Bytes

Appropriate.js

The most appropriate JavaScript Library need for your project!

Getting started

Below is an example "hello world" script.

select(document).onready(() => {
    select('body').html("<h1>Hello, World!</h1>")
})

License

Appropriate.js is MIT Licensed!