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: 2 months ago
JSON representation
:octocat: Your little dose of octocat zen in Node.
- Host: GitHub
- URL: https://github.com/roccomuso/octozen
- Owner: roccomuso
- Created: 2017-04-03T09:12:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T10:23:03.000Z (about 9 years ago)
- Last Synced: 2025-10-11T04:55:55.977Z (9 months ago)
- Topics: collection, github, nodejs, octocat, octozen, statements, zen
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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())
```