An open API service indexing awesome lists of open source software.

https://github.com/tradle/get-binary


https://github.com/tradle/get-binary

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# get-binary

## Usage

```js
const getBinary = require('get-binary')

getBinary('https://tradle.io/images/logo.png')
.then(({ body, mimeType }) => doStuff(body, mimeType))
.catch(err => itWasAllInVain(err))
```