Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advanced-rest-client/arc-electron
Advanced REST Client - Desktop application
https://github.com/advanced-rest-client/arc-electron
advanced-rest-client electron
Last synced: about 22 hours ago
JSON representation
Advanced REST Client - Desktop application
- Host: GitHub
- URL: https://github.com/advanced-rest-client/arc-electron
- Owner: advanced-rest-client
- License: other
- Created: 2017-10-06T01:17:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T20:59:08.000Z (3 months ago)
- Last Synced: 2024-10-29T17:57:59.647Z (about 1 month ago)
- Topics: advanced-rest-client, electron
- Language: JavaScript
- Homepage:
- Size: 66.5 MB
- Stars: 1,412
- Watchers: 51
- Forks: 224
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-integration - Advanced REST Client (⭐1.4k) - An open-source API tool designed for testing and debugging RESTful web services. (Projects / API Testing)
- awesome-hacking-lists - advanced-rest-client/arc-electron - Advanced REST Client - Desktop application (JavaScript)
README
# Advanced REST Client application
This is the main repository for the ARC Electron application.
## Documentation
If you are looking for the **documentation** then visit [docs.advancedrestclient.com](https://docs.advancedrestclient.com/).
## Installation
If you are looking to install the application, the go to [the releases page](https://github.com/advanced-rest-client/arc-electron/releases) and download the installer for your system.
1. Find the latest stable release.
2. Toggle the `Assets` and find the installer for your system. For Windows it will be `arc-setup.exe`. macOS users should download `arc-x.x.x.dmg`, where `x.x.x` is the version number. Linux users should find the distribution corresponding to the system you are using.
3. Run the installer by clicking on it.Note that you may be asked to use an account with upgraded privileges to install the application.
## Project planning
We believe in open web and open API tooling. The project is managed in an open way and you can also contribute by requesting features and reporting issues. You can check current planning in the [project plan](https://github.com/orgs/advanced-rest-client/projects/2).
## Contributing to the project
Get familiar with the [application architecture](https://app.gitbook.com/@api-components/s/arc/arc-development/architecture). You may also want to look into the `.github/CONTRIBUTING.md` document before you jump into the development.
Clone the repository:
```sh
git clone https://github.com/advanced-rest-client/arc-electron.git
```Checkout this branch
```sh
git checkout redesign2020
```Next, install dependencies (it may take a moment)
```sh
npm install
```And run the application
```sh
npm start
```