Skip to content

Commit

Permalink
docs(readme): Add CircleCI and NPM badges (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Nov 10, 2022
1 parent 02a067d commit 899119b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/JoseLion/rxjs-axios/tree/main.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/JoseLion/rxjs-axios/tree/main)
[![npm version](https://badge.fury.io/js/rxjs-axios.svg)](https://badge.fury.io/js/rxjs-axios)

# rxjs-axios
A complete Axios wrapper that uses RxJS observables instead of promises. Same Axios API, but anything that used to return a `Promise<T>` will now return an `Observable<T>` instead.

Expand Down

0 comments on commit 899119b

Please sign in to comment.