Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fordnox/hosting

The easiest way to deploy websites
https://github.com/fordnox/hosting

Last synced: 20 days ago
JSON representation

The easiest way to deploy websites

Awesome Lists containing this project

README

        

# 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