Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexfernandez/demo-deployment
A demo for the deployment package
https://github.com/alexfernandez/demo-deployment
Last synced: 3 months ago
JSON representation
A demo for the deployment package
- Host: GitHub
- URL: https://github.com/alexfernandez/demo-deployment
- Owner: alexfernandez
- License: mit
- Created: 2013-09-18T20:18:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-11T23:12:29.000Z (about 11 years ago)
- Last Synced: 2024-04-15T03:07:38.899Z (9 months ago)
- Language: JavaScript
- Size: 245 KB
- Stars: 0
- Watchers: 3
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://secure.travis-ci.org/alexfernandez/demo-deployment.png)](http://travis-ci.org/alexfernandez/demo-deployment)
# demo-deployment
A demo for the deployment package.
## Usage
Functionality is very simple: the addPath application runs on
http://localhost:12322/
and adds the numbers in the path together. For instance:
http://localhost:12322/5/6
should show '11'.Just add some tests and add them to test.js. Then try them out with
$ npm test
You can also add load tests and include them in test.js.
After all is said and done, just deploy to your favorite directory.
## License
This package is published under the MIT license, see the enclosed LICENSE
file for details.