Go to file
Gregory Schier 318c35c2cb Move a bunch of stuff to async/await (#39)
* Some minor implementations

* Some more

* Lots more

* Removed 'backend' alias

* removed all promises

* Removed a bunch of module exports stuff

* Some morE'

* Fix

* custom DNS

* Tests for DNS

* bug fix

* Some small adjustments

* Small stuff
2016-10-02 13:57:00 -07:00
app Move a bunch of stuff to async/await (#39) 2016-10-02 13:57:00 -07:00
assets Some tweaks 2016-07-27 10:25:03 -07:00
scripts Move a bunch of stuff to async/await (#39) 2016-10-02 13:57:00 -07:00
webpack Move a bunch of stuff to async/await (#39) 2016-10-02 13:57:00 -07:00
.babelrc Move a bunch of stuff to async/await (#39) 2016-10-02 13:57:00 -07:00
.editorconfig Got a pretty good skeleton 2016-03-15 22:49:42 -07:00
.gitignore Actual Test Suite (#35) 2016-09-02 21:32:45 -07:00
.nvmrc Move a bunch of stuff to async/await (#39) 2016-10-02 13:57:00 -07:00
elm-package.json Split UI from Lib 2016-09-16 22:46:44 -07:00
LICENSE Initial commit 2016-04-22 20:54:26 -07:00
package.json Move a bunch of stuff to async/await (#39) 2016-10-02 13:57:00 -07:00
README.md Update README 2016-05-12 23:53:23 -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