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

https://github.com/arstgit/nlibcurl

Synchronous request.
https://github.com/arstgit/nlibcurl

Last synced: 14 days ago
JSON representation

Synchronous request.

Awesome Lists containing this project

README

          

# nlibcurl

[![Build Status](https://travis-ci.org/derekchuank/nlibcurl.svg?branch=master)](https://travis-ci.org/derekchuank/nlibcurl)
[![npm version](https://badge.fury.io/js/nlibcurl.svg)](http://badge.fury.io/js/nlibcurl)

## Based on N-API & libcurl

A simple `synchronous` method. `Linux only`.

## Usage

```
const curl = request('nlibcurl')

const res = curl('https://example.com')
```