Skip to content

choudharyvivek9719/cool-name-api

 
 

Repository files navigation

cool-name-api

Build Status

This is a website and node.js project to transform text into a cool representation of that text.

For example wolverine becomes:

  • ⓦ0lv3r1nⓔ
  • wo|ver!ne
  • 🅆🄾🄻🅅🄴🅁🄸🄽🄴
  • ⓦⓞⓛⓥⓔⓡⓘⓝⓔ
  • w01v3r1n3
  • 🔱⚽👢✅🎗🌱🎐🎵🎗
  • w͓̽o͓̽l͓̽v͓̽e͓̽r͓̽i͓̽n͓̽e͓̽
  • (backwards) ‮wolverine

Demo

To see the API in action, you can visit the website at https://cool-name-api.glitch.me/

Usage

coolify

$ curl -X GET 'https://cool-name-api.glitch.me/coolify?name=wolverine'

uncoolify

$ curl -X GET 'http://localhost:3000/uncoolify?name=%F0%9F%8C%9B%F0%9F%8C%B1%E2%9B%8E%E3%80%BD%EF%B8%8F%F0%9F%85%BF%EF%B8%8F%F0%9F%8E%8F'

Build Setup

  • Step 1: Fork the cool-name-api repository and clone it to your machine
  • Step 2: Cd into the cloned folder
  • Step 3: Install all the dependencies with:$ npm install
  • Step 4: Run on http://localhost:3000 with:$ npm start

Contribute

Found a bug, please create an issue

License

license

Live Website Hosting

The live website is hosted on Glitch. You can remix it there.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.5%
  • JavaScript 33.2%
  • HTML 0.3%