Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedwatson/node-mascot
:sparkles::turtle::rocket::sparkles:
https://github.com/jedwatson/node-mascot
Last synced: 23 days ago
JSON representation
:sparkles::turtle::rocket::sparkles:
- Host: GitHub
- URL: https://github.com/jedwatson/node-mascot
- Owner: JedWatson
- License: mit
- Created: 2015-10-14T10:41:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T03:43:25.000Z (about 9 years ago)
- Last Synced: 2024-10-04T13:41:47.850Z (about 1 month ago)
- Language: JavaScript
- Size: 123 KB
- Stars: 16
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-mascot
:sparkles::turtle::rocket::sparkles:## What?
This is the (unofficial) Node.js mascot, in handy package format.
```
· + .
· · . · .
˚ + * . . . . ˚ + * .
. ⋆ ˚ . . ✨ 🐢 🚀 ✨
+ ✷ ✦ . + .
+ . · ✧ . .
```For context, [read this issue](https://github.com/node-forward/discussions/issues/33#issuecomment-144475534).
## Cool!
Install it:
```
$ npm install -g mascot
```See it!
```
node-mascot
```Use it:
```js
var mascot = require('mascot')
console.log(mascot.simple) // just the :sparkles::turtle::rocket::sparkles: from the nodejs/node repo
console.log(mascot.space) // the big picture; our node.js mascot in space
```You need Node.js `>=4.x`, because our mascot loves new releases.
## Credits
Licensed under The MIT License (MIT), copyright (c) 2015 Jed Watson (this code, not the mascot)
Please note this package is just for fun, and does not actually represent the official Node.js project or branding.
Thanks to @yoshuawuyts and @Fishrock123 for the ASCII Mascot, and everyone on the node.js team for doing such awesome work.