Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roberto/wazup
https://github.com/roberto/wazup
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roberto/wazup
- Owner: roberto
- Created: 2013-10-28T17:09:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-26T15:57:27.000Z (almost 11 years ago)
- Last Synced: 2023-04-12T15:11:51.989Z (over 1 year ago)
- Language: Ruby
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wazup
Monitoring web applications with Cucumber steps.
## Project Setup
* `bundle install`
* `foreman start`## Testing
* `rake spec`
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b feature/my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin feature/my-new-feature`)
5. Create new Pull Request## Copyright and license
Copyright (c) 2013 Roberto Soares
Licensed under the MIT License (the "License");
you may not use this work except in compliance with the License.
You may obtain a copy of the License in the COPYING file.Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.