UNPKG

1.57 kBMarkdownView Raw
1<p align="center">
2
3</p>
4
5# Overview
6Resitail is a tool that streams your [residue](https://github.com/muflihun/residue) logs using hooks.
7
8Samples directory contain fully functional [slack](https://slack.com/) webhook.
9
10[![Version](https://img.shields.io/npm/v/resitail.svg)](https://www.npmjs.com/package/resitail)
11[![Apache 2.0 license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/muflihun/resitail/blob/master/LICENSE)
12[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/MuflihunDotCom/25)
13
14## Quick start
15
16- `npm install -g resitail`
17- `sudo resitail --config <config>`
18
19Notice the `sudo`, this is because all the files written by residue server will need sudo access as they may be owned by one user or another with limited permissions. Resitail needs to be able to read all of these log files.
20
21## License
22```
23Copyright 2017-present Muflihun Labs
24Copyright 2017-present @abumusamq
25
26https://github.com/muflihun/
27https://muflihun.com/
28https://muflihun.github.io/
29
30Licensed under the Apache License, Version 2.0 (the "License");
31you may not use this file except in compliance with the License.
32You may obtain a copy of the License at
33
34 http://www.apache.org/licenses/LICENSE-2.0
35
36Unless required by applicable law or agreed to in writing, software
37distributed under the License is distributed on an "AS IS" BASIS,
38WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
39See the License for the specific language governing permissions and
40limitations under the License.
41```