bruno/readme.md

51 lines
2.0 KiB
Markdown
Raw Normal View History

2022-03-22 13:48:20 +01:00
# bruno
Opensource API Client.
2022-10-16 10:21:10 +02:00
### Live Demo 🏂
Woof! Lets play with some api's [here](https://play.usebruno.com).
Your api must allow CORS for it to work in the browser, else checkout the chrome extension ot the desktop app
2022-10-21 15:11:28 +02:00
You can visit the [Website](https://www.usebruno.com) or watch a [4 min demo](https://www.youtube.com/watch?v=wwXJW7_qyLA)
![bruno](assets/images/landing.png)
2022-10-21 15:11:28 +02:00
2022-10-16 10:21:10 +02:00
### Comparision with Similar tools ⚖️
Bruno is at early stages of development, and does not yet have all the bells and whistles.
Here is a rundown of key areas where bruno is different from similar tools out there.
| Feature | Bruno | Postman | Insomnia | Hoppscotch |
| ---------| ------| --------| ---------| ---------- |
2022-10-16 10:21:10 +02:00
| Open source Client | ✔️ | ✖️ | ✔️ | ✔️ |
| Open source Sync Server | ✔️ | ✖️ | ✖️ | ✖️ |
| Local (Filesystem) Collections | ✔️ | ✖️ | ✖️ | ✖️ |
| Chrome Extension | ✔️ | ✖️ | ✖️ | ✖️ |
| Run using Docker | ✔️ | ✖️ | ✖️ | ✔️ |
| Desktop App | ✔️ | ✔️ | ✔️ | ✖️ |
| Run in Browser | ✔️ | ✔️ | ✖️ | ✔️ |
| Multi Tab Requests | ✔️ | ✔️ | ✖️ | ✖️ |
2022-10-16 10:21:10 +02:00
2022-10-21 15:11:28 +02:00
### Contribute 👩‍💻🧑‍💻
I am happy that you are looking to improve bruno. Please checkout the [contributing guide](contributing.md)
Even if you are not able to make contributions via code, please don't hesitate to file bugs and feature requests that needs to be implemented to solve your use case.
### Contributors
<div align="center">
<a href="https://github.com/usebruno/bruno/graphs/contributors">
<img src="https://contrib.rocks/image?repo=usebruno/bruno" />
</a>
</div>
2022-10-21 15:11:28 +02:00
2022-10-16 10:21:10 +02:00
### Support ❤️
Woof! If you like project, hit that ⭐ button !!
### Stay in touch 🌐
2022-10-21 15:11:28 +02:00
[Twitter](https://twitter.com/use_bruno) <br />
[Website](https://www.usebruno.com)
2022-10-16 10:21:10 +02:00
2022-10-16 10:21:10 +02:00
### License 📄
2022-10-21 15:11:28 +02:00
[MIT](license.md)