Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/p-chan/2ch-trip

2ch compatible trip generator
https://github.com/p-chan/2ch-trip

2ch 2chan 5ch 5chan trip tripcode

Last synced: about 2 months ago
JSON representation

2ch compatible trip generator

Awesome Lists containing this project

README

        

# 2ch-trip

> 2ch compatible trip generator

## Install

```sh
npm install 2ch-trip
```

or

```sh
yarn add 2ch-trip
```

## Usage

```ts
import { createTrip } from '2ch-trip'

// 10 digits trip
createTrip('#Jim') // -> ' ◆ziib4d/boU'
createTrip('#ひろゆき') // -> ' ◆F7aSjnRHGU'

// 12 digits trip
createTrip('#N.T.Technology') // -> ' ◆FG0WWassNUrw'
createTrip('#パケットモンスター') // -> ' ◆EZSPRAHOnqfS'

// Raw key trip
createTrip('##57414b5554454b41') // -> ' ◆sWERuZlbhs'
createTrip('#$4d45534849554d41') // -> ' ◆???'
```

## Author

[@p-chan](https://github.com/p-chan)

## LICENSE

MIT