Skip to content

Commit

Permalink
Merge pull request #1 from sondregj/development
Browse files Browse the repository at this point in the history
πŸ› Fix POST requests and other improvements
  • Loading branch information
sondregj authored May 10, 2019
2 parents d2d076f + 06f7e8d commit e9aa28b
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 244 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ aika.host('cat-fact.herokuapp.com')
.catch(err => console.log(err))
```

## Middleware

A middleware is any object that has a `middleware` function. The function should take a request object as its only parameter and return it after doing it's thing.

## Development

First, clone the repo, and do `npm install`.
Expand Down
Loading

0 comments on commit e9aa28b

Please sign in to comment.