Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Neos21/nemui-gacha-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nemui-gacha-js : ねむいガチャ.js

任意の言葉を入力すると、ランダムで肯定形・否定形を返す。

  • ex. 「ねむい」 → 「ねむい」 or 「ねむくない」

Demo

Enter This Website.

Query String

Maintenance for GitHub Pages

  • Set homepage in package.json
  • Use gh-pages : $ npm run deploy (npm run build && gh-pages -d build)
  • In development, set PUBLIC_URL environment variable to override homepage value

How To Use on CLI

# `git clone` this repository, then `cd` the directory.
$ npm install
$ npm run cli 'ねむい'
# --> ねむい or ねむくない

# To force parsing into negative form, Set `--force` as the first argument.
$ npm run cli -- --force 'ねむい'
# --> ねむくない

Tech Stack

Based on nemui-gacha made with Python and MeCab.

Bugs And Feature Requests

If you have a bug or a feature request, Please open a new issue.

Links