Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octoblu/endo-core
All the tools you could need to write an endo service (other than the generator, that's somewhere else)
https://github.com/octoblu/endo-core
Last synced: 10 days ago
JSON representation
All the tools you could need to write an endo service (other than the generator, that's somewhere else)
- Host: GitHub
- URL: https://github.com/octoblu/endo-core
- Owner: octoblu
- License: mit
- Created: 2016-04-25T16:46:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T22:28:04.000Z (over 7 years ago)
- Last Synced: 2024-08-10T21:28:16.251Z (5 months ago)
- Language: CoffeeScript
- Size: 205 KB
- Stars: 1
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# endo-core
[![Build Status](https://travis-ci.org/octoblu/endo-core.svg?branch=master)](https://travis-ci.org/octoblu/endo-core)
[![Test Coverage](https://codecov.io/gh/octoblu/endo-core/branch/master/graph/badge.svg)](https://codecov.io/gh/octoblu/endo-core)
[![Dependency status](http://img.shields.io/david/octoblu/endo-core.svg?style=flat)](https://david-dm.org/octoblu/endo-core)
[![devDependency Status](http://img.shields.io/david/dev/octoblu/endo-core.svg?style=flat)](https://david-dm.org/octoblu/endo-core#info=devDependencies)
[![Slack Status](http://community-slack.octoblu.com/badge.svg)](http://community-slack.octoblu.com)[![NPM](https://nodei.co/npm/endo-core.svg?style=flat)](https://npmjs.org/package/endo-core)
## Installing
```bash
$ npm install endo-core
```### Usage
```javascript
console.log('hello world!');
```## License
The MIT License (MIT)
Copyright 2016 Octoblu Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.