insomnia/README.md
Gregory Schier 7b8d26c292 Added import from URI ability (#160)
* Added import from URI ability

* Add protocol handlers

* Fix for keymap setting on read-only mode

* Refactored some main components out

* Protocols shoudl work now
2017-05-03 10:48:23 -07:00

1.7 KiB

Insomnia REST Client

Insomnia REST Client Build status license

Insomnia is a cross-platform REST client, built on top of Electron.

Insomnia REST Client Screenshot

Bugs and Feature Requests

Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

More over, if your pull request contains JavaScript patches or features, you must include relevant unit tests.

Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.

Developing

Development on Insomnia can be done on Windows, Mac, and Linux with few requirements and only requires NodeJS 7.4 and Git to get started.

# Install dependencies and build addons for Electron
npm install
npm run rebuild

# Start app
npm run dev

# Run tests
npm test

License

GNU AGPLv3 © Insomnia