Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aichholzer/charmer
Gorgeous JSON logging.
https://github.com/aichholzer/charmer
Last synced: 25 days ago
JSON representation
Gorgeous JSON logging.
- Host: GitHub
- URL: https://github.com/aichholzer/charmer
- Owner: aichholzer
- License: mit
- Created: 2016-09-08T02:53:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T12:10:50.000Z (over 4 years ago)
- Last Synced: 2024-10-11T09:14:16.397Z (28 days ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# charmer
[![Greenkeeper badge](https://badges.greenkeeper.io/aichholzer/charmer.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/aichholzer/charmer.svg?branch=master)](https://travis-ci.org/aichholzer/charmer)
[![Downloads](https://img.shields.io/npm/dt/charmer.svg)](https://www.npmjs.com/package/charmer)
[![Always useful](https://img.shields.io/badge/always-useful-ff6400.svg)](https://github.com/aichholzer/charmer)Gorgeous JSON logging.
### Install
```
npm install --save charmer
```### Use
```
let charmer = require('charmer');charmer({"name":"charmer","type":"module","language":"javascript","purpose":"Gorgeous"}, [options]);
// {
"name": "charmer",
"type": "module",
"language": "javascript",
"purpose": "Gorgeous"
}
```### Options
```
{
"fetch": "false", // Whether the result should be returned or not. Default: false
"sort": 'asc' || 'desc' // Sort the result, by key. Works recursively.
}
```### Contribute
```
fork https://github.com/aichholzer/charmer/
```### License
[MIT](https://github.com/aichholzer/charmer/blob/master/LICENSE)