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

https://github.com/roccomuso/octozen

:octocat: Your little dose of octocat zen in Node.
https://github.com/roccomuso/octozen

collection github nodejs octocat octozen statements zen

Last synced: about 1 month ago
JSON representation

:octocat: Your little dose of octocat zen in Node.

Awesome Lists containing this project

README

          

# octozen
Your little dose of octocat zen in Node.

A little collection of 14 statements, called zen, capture the core values and principles of GitHub. This zen is available through the public API.

Let's have a look on such a zen statement. Try it out:

```bash
curl https://api.github.com/octocat
```

## Install

$ npm i --save octozen

Requires *Node.js* **>=4.0.0**

## Usage

```javascript
const octozen = require('octozen')

console.log(octozen())
```