mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-22 05:38:40 +01:00
feat: added badges in readme
This commit is contained in:
parent
667811cbd4
commit
25883b84fa
30
readme.md
30
readme.md
@ -1,11 +1,31 @@
|
||||
# bruno
|
||||
### Opensource IDE for exploring and testing api's. <br />
|
||||
<p style="display:flex;align-items:center">
|
||||
<img src="assets/images/logo-transparent.png" width="50"/>
|
||||
<span style="font-size: 42px;display:inline-block;margin-left: 12px">
|
||||
bruno
|
||||
</span>
|
||||
</p>
|
||||
|
||||
### Opensource IDE for exploring and testing api's.
|
||||
|
||||
[![GitHub version](https://badge.fury.io/gh/usebruno%2Fbruno.svg)](https://badge.fury.io/gh/usebruno%bruno)
|
||||
[![CI](https://github.com/usebruno/bruno/actions/workflows/unit-tests.yml/badge.svg?branch=main)](https://github.com/usebruno/bruno/workflows/unit-tests.yml)
|
||||
[![Commit Activity](https://img.shields.io/github/commit-activity/m/usebruno/bruno)](https://github.com/usebruno/bruno/pulse)
|
||||
[![Twitter](https://img.shields.io/twitter/follow/use_bruno?style=social&logo=twitter)](https://twitter.com/use_bruno)
|
||||
[![Website](https://img.shields.io/badge/Website-Visit-blue)](https://www.usebruno.com)
|
||||
[![Download](https://img.shields.io/badge/Download-Latest-brightgreen)](https://www.usebruno.com/download)
|
||||
|
||||
|
||||
Bruno is a new and innovative API client, aimed at revolutionizing the status quo represented by Postman and similar tools out there.
|
||||
|
||||
Bruno stores your collections directly on folder on your filesystem. We use a plain text markup language, Bru, to save information about API requests.
|
||||
|
||||
You can use git or any version control of your choice to collaborate over your api collections.
|
||||
|
||||
|
||||
![bruno](assets/images/landing-2.png)
|
||||
[Download App](https://www.usebruno.com) <br />
|
||||
[Visit Website](https://www.usebruno.com) | [Watch Demo](https://www.youtube.com/watch?v=b_ctmKlEOXg) <br />
|
||||
|
||||
|
||||
### Manifesto
|
||||
### Our Manifesto
|
||||
It's time for a revolution in API client technology. The status quo, represented by Postman, has become bloated and unwieldy. We refuse to be shoehorned into a proprietary version control system for collaborating on API collections.<br />
|
||||
|
||||
We are an opensource project, rising up against the monopoly of bloated and closed systems. We believe that API collections should be co-located within your source code repository, serving as a living set of examples on how to use the API.<br />
|
||||
|
Loading…
Reference in New Issue
Block a user