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.
- Host: GitHub
- URL: https://github.com/roccomuso/octozen
- Owner: roccomuso
- Created: 2017-04-03T09:12:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T10:23:03.000Z (over 8 years ago)
- Last Synced: 2025-02-23T02:38:52.532Z (8 months ago)
- Topics: collection, github, nodejs, octocat, octozen, statements, zen
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- 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())
```