UNPKG

hosting

Version:

The easiest way to deploy websites

30 lines (21 loc) 919 B
# hosting [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] > The easiest way to deploy websites ## Installation ```sh $ npm install --save hosting ``` ## Usage ```js const hosting = require('hosting'); hosting('Rainbow'); ``` ## License Apache-2.0 © [fordnox](https://github.com/fordnox/hosting) [npm-image]: https://badge.fury.io/js/hosting.svg [npm-url]: https://npmjs.org/package/hosting [travis-image]: https://travis-ci.org/fordnox/hosting.svg?branch=master [travis-url]: https://travis-ci.org/fordnox/hosting [daviddm-image]: https://david-dm.org/fordnox/hosting.svg?theme=shields.io [daviddm-url]: https://david-dm.org/fordnox/hosting [coveralls-image]: https://coveralls.io/repos/fordnox/hosting/badge.svg [coveralls-url]: https://coveralls.io/r/fordnox/hosting