Skip to content

Commit

Permalink
update README.md for feature and license
Browse files Browse the repository at this point in the history
  • Loading branch information
mgilangjanuar committed Apr 13, 2020
1 parent e5e3ca2 commit 43778b9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# pingpong

A simple uptime logger for your microservices
A simple downtime logger for your microservices

![pingpong](./assets/ss1.png)

## Features

- Log multiple services
- Using no database
- Using `setInterval`
- Slack notifier
- Simplicity at its best 👌

## Installation

0. Clone repository
Expand All @@ -30,4 +38,10 @@ npm run build.prod
node dist/index.js
```

Note: please use process manager like PM2 or Forever
Note: please use process manager like PM2 or Forever

## License

MIT

![high-five](https://media0.giphy.com/media/26BREWfA5cRZJbMd2/giphy.gif?cid=ecf05e4721370e49dc41cdc59e140f4c0337fcaa46553ddb&rid=giphy.gif)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"serve.prod": "node dist/index.js"
},
"author": "M Gilang Januar",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/compression": "^1.7.0",
Expand Down

0 comments on commit 43778b9

Please sign in to comment.