From 800d199a42f536f371284da7c306ee939e9b31dc Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 26 Jun 2018 11:55:33 +0200 Subject: [PATCH] Rename --- README.md | 25 +++++++++++++------------ package.json | 8 ++++---- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 6bf1c17..6a59b37 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# get-html - -![Last version](https://img.shields.io/github/tag/Kikobeats/get-html.svg?style=flat-square) -[![Build Status](https://img.shields.io/travis/Kikobeats/get-html/master.svg?style=flat-square)](https://travis-ci.org/Kikobeats/get-html) -[![Coverage Status](https://img.shields.io/coveralls/Kikobeats/get-html.svg?style=flat-square)](https://coveralls.io/github/Kikobeats/get-html) -[![Dependency status](https://img.shields.io/david/Kikobeats/get-html.svg?style=flat-square)](https://david-dm.org/Kikobeats/get-html) -[![Dev Dependencies Status](https://img.shields.io/david/dev/Kikobeats/get-html.svg?style=flat-square)](https://david-dm.org/Kikobeats/get-html#info=devDependencies) -[![NPM Status](https://img.shields.io/npm/dm/get-html.svg?style=flat-square)](https://www.npmjs.org/package/get-html) +# html-get + +![Last version](https://img.shields.io/github/tag/Kikobeats/html-get.svg?style=flat-square) +[![Build Status](https://img.shields.io/travis/Kikobeats/html-get/master.svg?style=flat-square)](https://travis-ci.org/Kikobeats/html-get) +[![Coverage Status](https://img.shields.io/coveralls/Kikobeats/html-get.svg?style=flat-square)](https://coveralls.io/github/Kikobeats/html-get) +[![Dependency status](https://img.shields.io/david/Kikobeats/html-get.svg?style=flat-square)](https://david-dm.org/Kikobeats/html-get) +[![Dev Dependencies Status](https://img.shields.io/david/dev/Kikobeats/html-get.svg?style=flat-square)](https://david-dm.org/Kikobeats/html-get#info=devDependencies) +[![NPM Status](https://img.shields.io/npm/dm/html-get.svg?style=flat-square)](https://www.npmjs.org/package/html-get) [![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://paypal.me/Kikobeats) > Get the HTML from any website, using prerendering when is necessary. @@ -20,7 +20,7 @@ ## Install ```bash -$ npm install get-html --save +$ npm install html-get --save ``` ## Usage @@ -28,11 +28,12 @@ $ npm install get-html --save ```js 'use strict' -const getHtml = require('get-html') +const getHTML = require('html-get') ;(async () => { const url = 'https://kikobeats.com' const { html, stats } = await getHTML(url) console.log(html) + console.log(stats) })() ``` @@ -105,7 +106,7 @@ Under non `mode=fetch`, pass configuration object to [puppeteer](https://www.npm ## License -**get-html** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/get-html/blob/master/LICENSE.md) License.
-Authored and maintained by Kiko Beats with help from [contributors](https://github.com/Kikobeats/get-html/contributors). +**html-get** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/html-get/blob/master/LICENSE.md) License.
+Authored and maintained by Kiko Beats with help from [contributors](https://github.com/Kikobeats/html-get/contributors). > [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://github.com/Kikobeats) · Twitter [@Kikobeats](https://twitter.com/Kikobeats) diff --git a/package.json b/package.json index b060eef..6a223ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "get-html", + "name": "html-get", "description": "Get the HTML from any website, using prerendering when is necessary.", - "homepage": "https://documentup.com/Kikobeats/get-html", + "homepage": "https://documentup.com/Kikobeats/html-get", "version": "0.0.0", "main": "src/index.js", "author": { @@ -11,10 +11,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Kikobeats/get-html.git" + "url": "git+https://github.com/Kikobeats/html-get.git" }, "bugs": { - "url": "https://github.com/Kikobeats/get-html/issues" + "url": "https://github.com/Kikobeats/html-get/issues" }, "keywords": [ "fetch",