Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frankegoesdown authored Jul 18, 2020
1 parent e375249 commit 6546798
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# gcrequest
# gcrequest

a simple service for formatting JSON from curl's answer

## instal

```
go get github.com/frankegoesdown/gcrequest
```

## usage

```
gcrequest curl --location --request GET 'http://localhost:8080/todos'
or
gcrequest --location --request GET 'http://localhost:8080/todos'
```

0 comments on commit 6546798

Please sign in to comment.