https://github.com/alincode/resolve-http
https://github.com/alincode/resolve-http
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alincode/resolve-http
- Owner: alincode
- Created: 2019-01-30T17:22:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T13:21:18.000Z (over 6 years ago)
- Last Synced: 2025-04-15T21:46:26.647Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resolve http

[](https://codecov.io/gh/alincode/resolve-http)
[](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)