0.0.2 • Published 6 years ago

molog v0.0.2

Weekly downloads
86
License
MIT
Repository
github
Last release
6 years ago

molog

Serverless frontend logs & events system

Frontend based on https://github.com/burakson/sherlogjs

Architecture

Usage

1.import

 <script
    data-component="homepage"
    data-env="dev"
    src="//static.pho.im/molog.min.js"></script>

2.push event

Molog.push({
  field: 'xxx'
  action: ' '
}, function() {
 
})

LICENSE

Sherlog.js Copyright (C) 2014 Burak Son

Phodal's Idea

© 2017 A Phodal Huang's Idea. This code is distributed under the MIT license. See LICENSE in this directory.