Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkll committed Jun 15, 2019
1 parent a01a6ce commit 44bf3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Node-Request
[![Build Status](https://travis-ci.org/Merkll/node-requests.svg?branch=develop)](https://travis-ci.org/Merkll/node-requests)[![Coverage Status](https://coveralls.io/repos/github/Merkll/node-requests/badge.svg?branch=develop)](https://coveralls.io/github/Merkll/node-requests?branch=develop)[![Maintainability](https://api.codeclimate.com/v1/badges/6f999e00dc9ab8c22795/maintainability)](https://codeclimate.com/github/Merkll/node-requests/maintainability)[![Test Coverage](https://api.codeclimate.com/v1/badges/6f999e00dc9ab8c22795/test_coverage)](https://codeclimate.com/github/Merkll/node-requests/test_coverage)
[![Build Status](https://travis-ci.org/Merkll/node-requests.svg?branch=develop)](https://travis-ci.org/Merkll/node-requests) [![Coverage Status](https://coveralls.io/repos/github/Merkll/node-requests/badge.svg?branch=develop)](https://coveralls.io/github/Merkll/node-requests?branch=develop) [![Maintainability](https://api.codeclimate.com/v1/badges/6f999e00dc9ab8c22795/maintainability)](https://codeclimate.com/github/Merkll/node-requests/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/6f999e00dc9ab8c22795/test_coverage)](https://codeclimate.com/github/Merkll/node-requests/test_coverage)
An npm module for generic Node.js requests handling. This module was inspired to be use with AWS lambda function while allowing easy integration with server frameworks. This module has been tested and works with express.js.

This allows request to be made like conventional function invocation.
Expand Down

0 comments on commit 44bf3d7

Please sign in to comment.