Go to file
2016-04-25 10:03:26 -07:00
app Updated Workspace dropdown 2016-04-22 23:53:22 -07:00
assets Added icon 2016-04-20 22:52:52 -07:00
scripts Merge branch 'master' of github.com:gschier/insomnia 2016-04-22 21:01:28 -07:00
webpack Smaller build 2016-04-20 22:47:03 -07:00
.babelrc Update webpack and refactor response fetching 2016-04-19 19:14:53 -07:00
.editorconfig Got a pretty good skeleton 2016-03-15 22:49:42 -07:00
.gitignore Merge branch 'master' of github.com:gschier/insomnia 2016-04-22 21:01:28 -07:00
.nvmrc PouchDB up and running POC 2016-04-16 16:24:57 -07:00
.travis.yml Added Travis config (#6) 2016-04-23 00:34:42 -07:00
LICENSE Initial commit 2016-04-22 20:54:26 -07:00
package.json Smaller build 2016-04-20 22:47:03 -07:00
README.md Update README.md 2016-04-25 10:03:26 -07:00

Insomnia REST API Client

An elegant and simple REST API client.

Insomnia REST Client

Build Status

Setup

nvm install
npm install

cd app && npm install

Run Development

npm run dev