Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fordnox/hosting
- Owner: fordnox
- License: apache-2.0
- Created: 2019-12-04T06:43:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T15:59:45.000Z (6 months ago)
- Last Synced: 2024-11-22T05:17:51.276Z (about 1 month ago)
- Language: JavaScript
- Size: 272 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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