Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/p-chan/2ch-trip
- Owner: p-chan
- Created: 2016-07-05T05:49:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T20:40:36.000Z (3 months ago)
- Last Synced: 2024-12-12T19:53:33.813Z (about 2 months ago)
- Topics: 2ch, 2chan, 5ch, 5chan, trip, tripcode
- Language: TypeScript
- Homepage: https://npm.im/2ch-trip
- Size: 633 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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