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

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.

Awesome Lists containing this project

README

          

# 002 - Zero Two Quotes
[![npm](https://img.shields.io/npm/v/002.svg)](https://www.npmjs.com/package/002)
[![license](https://img.shields.io/badge/license-MIT_License_with_anime_exception-green.svg)](https://github.com/fuwn/node-002/blob/master/LICENSE)

[![npmbadge](https://nodei.co/npm/002.png)](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)