https://github.com/fuwn/node-002
🎨 An NPM/ Deno package which returns a quote by Zero Two from the anime DARLING in the FRANXX in string form.
https://github.com/fuwn/node-002
deno javascript node-js node-module nodejs typescript
Last synced: 12 months ago
JSON representation
🎨 An NPM/ Deno package which returns a quote by Zero Two from the anime DARLING in the FRANXX in string form.
- Host: GitHub
- URL: https://github.com/fuwn/node-002
- Owner: Fuwn
- License: mit
- Created: 2020-05-21T14:40:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T02:24:46.000Z (over 5 years ago)
- Last Synced: 2025-03-30T00:11:07.780Z (12 months ago)
- Topics: deno, javascript, node-js, node-module, nodejs, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/002
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 002 - Zero Two Quotes
[](https://www.npmjs.com/package/002)
[](https://github.com/fuwn/node-002/blob/master/LICENSE)
[](https://nodei.co/npm/002/)
The simplest Zero Two Quote package of all.
Yes, this **works** really well with Discord bot APIs!
## Install
```sh
$ npm install 002
```
# Usage
```js
const zerotwo = require('002');
console.log(zerotwo());
```
# Output
```sh
$ I think I have taken a liking to you. Won't you be my darling?
```
## Updates
- Changed quote case method to array calculation.
## Upcoming
- Will be adding more Zero Two quotes (please send some in!).
- Will be adding some Hiro quotes (also please send some in!).
## Links
* [Website](https://fuwn.me/)
* [NPM](https://npmjs.com/package/002)
* [GitHub](https://github.com/fuwn/node-002)