legible icon indicating copy to clipboard operation
legible copied to clipboard

the cleanest way to make http requests in js / node

Results 2 legible issues
Sort by recently updated
recently updated
newest added

What if we add this ability into the middleware? ``` import { observer } from 'legible' const request => response => modify => { modify('response', response.text()) } ``` Something like...

add coveralls and the badge to the top of the readme