Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alincode/resolve-http
https://github.com/alincode/resolve-http
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alincode/resolve-http
- Owner: alincode
- Created: 2019-01-30T17:22:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T13:21:18.000Z (almost 6 years ago)
- Last Synced: 2024-11-06T07:26:54.629Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resolve http
![Travis](https://img.shields.io/travis/alincode/resolve-http.svg)
[![codecov](https://codecov.io/gh/alincode/resolve-http/branch/master/graph/badge.svg)](https://codecov.io/gh/alincode/resolve-http)![npm downloads](https://img.shields.io/npm/dt/resolve-http.svg)
[![Dependency Status](https://img.shields.io/david/alincode/resolve-http.svg?style=flat)](https://david-dm.org/alincode/resolve-http)### Install
```sh
npm install resolve-http
```### Usage
* parser
```js
const resolveHttp = require('resolve-http');
const path = 'http://raw.githubusercontent.com/OpenZeppelin/openzeppelin-solidity/master/contracts/math/SafeMath.sol';
let content = await resolveHttp.parser(path);
```## License
MIT © [alincode](https://github.com/alincode/resolve-http)