https://github.com/phodal/molog
A Serverless frontend logs
https://github.com/phodal/molog
logs serverless serverless-applications serverless-framework serverless-functions
Last synced: 11 months ago
JSON representation
A Serverless frontend logs
- Host: GitHub
- URL: https://github.com/phodal/molog
- Owner: phodal
- License: other
- Created: 2017-12-04T07:14:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T07:56:53.000Z (over 8 years ago)
- Last Synced: 2024-10-07T16:17:54.475Z (over 1 year ago)
- Topics: logs, serverless, serverless-applications, serverless-framework, serverless-functions
- Language: JavaScript
- Size: 80.1 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# molog
> Serverless frontend logs & events system
Frontend based on [https://github.com/burakson/sherlogjs](https://github.com/burakson/sherlogjs)

Usage
---
1.import
```
```
2.push event
```
Molog.push({
field: 'xxx'
action: ' '
}, function() {
})
```
LICENSE
---
Sherlog.js Copyright (C) 2014 Burak Son
[](http://ideas.phodal.com/)
© 2017 A [Phodal Huang](https://www.phodal.com)'s [Idea](http://github.com/phodal/ideas). This code is distributed under the MIT license. See `LICENSE` in this directory.