Skip to content

KarmaMonk/gem

Repository files navigation

exorciser.ch gems 💎

How to use

<!doctype html>
<html><head>
  <script type='module'>
    import w from 'https://gem.exorciser.ch/app/wrapper.js'
  </script>
</head><body>
  <gem-wrapper id='gem' app='cs/frequency'></gem-wrapper>
</body></html>
Events
Events
gem.onchange = (event) => {
  console.log(event)
}

How to contribute

  • get your local webserver ready
  • clone the repository
  • edit your .htaccess to contain:
    RewriteEngine on
    RewriteBase /
    RewriteRule ^$ index.html [QSA,L]
    RewriteCond "%{REQUEST_FILENAME}"   !-f
    RewriteRule ^(.*) proxy.php?ref=$1 [QSA,L]
    
  • Open your app on localhost/#[appname]
  • Commit your changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages