Skip to content

fireteam99/wojak

Repository files navigation

Wojak

Dynamically generated Wojaks based on the crypto market.
Explore the docs »

View Demo · Report Bug · Request Feature

GitHub issues GitHub deployments

Usage

Simply paste the corresponding url into your README.md or any other markdown file.

Wojak Index (default)

The Wojak Index represents the percentage of pink Wojaks posted on 4chan's /biz/ catalog at a given moment scaled from 0 (no pink Wojaks) to 1000 (all pink Wojaks). To support the author and view more information, checkout https://www.wojakindex.biz. (Seems to have gone defunct 😭)

![Wojak Index](https://wojak-topaz.vercel.app/api/wojak)

Wojak Index

Ticker Symbol

You can also base your Wojak's state off of a crypto ticker symbol via the symbol query string. Data is provided using Binance API's 24hr price change statistics. View a list of available symbols at https://wojak-topaz.vercel.app/.

![Wojak Index](https://wojak-topaz.vercel.app/api/wojak?symbol=BTCUSDT)

Wojak Index

Getting Started

Instructions on getting a local copy running and deployed on Vercel.

Prerequisites

Make sure you have at least the minimum supported version of Node.js for Next.js.

Installation

  1. Clone the repository: git clone https://github.com/fireteam99/wojak.git
  2. Install dependencies: npm install
  3. Start the development server: npm run dev
  4. Navigate to: http://localhost:3000

Deploy with Vercel

  1. Build locally: npm run build
  2. Check build: npm start
  3. Deploy to staging: npm run deploy
  4. Deploy to prod: npm run deploy:prod

Deploy with Vercel

Roadmap

  • Store image locally
  • More config options
  • More Wojaks
  • More widgets
  • Improved home page
  • Logging
  • Tests

Contributing

Pull requests and suggestions are welcome!

License

Distributed under the MIT License. See LICENSE.md for more information.

Acknowledgments

Speical thanks to the author of https://www.wojakindex.biz/ and Bizonacci.

Releases

No releases published

Packages

No packages published