All Projects → usmanbashir → Haikunator

usmanbashir / Haikunator

Licence: mit
Heroku-like random name generator.

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Haikunator

Devlopr Jekyll
Build and Deploy your Static Site 🚀 using this beautiful Jekyll Framework/Theme built for Creatives
Stars: ✭ 309 (-29.77%)
Mutual labels:  heroku
Ocrserver
A simple OCR API server, seriously easy to be deployed by Docker, on Heroku as well
Stars: ✭ 359 (-18.41%)
Mutual labels:  heroku
Explaintome
Automatic Web Article Summarizer
Stars: ✭ 385 (-12.5%)
Mutual labels:  heroku
Heroku Nextjs
⏩ Deploy Next.js universal web apps to Heroku
Stars: ✭ 323 (-26.59%)
Mutual labels:  heroku
Core Nestjs
A simple application demonstrating the basic usage of permissions with NestJS (JWT, Passport, Facebook, Google+, User, Group, Permission)
Stars: ✭ 347 (-21.14%)
Mutual labels:  heroku
Userge
Userge, Durable as a Serge
Stars: ✭ 363 (-17.5%)
Mutual labels:  heroku
Moufette
🦨 Moufette is developer-friendly, open-source set of tools to collect users feedback. Find us on Twitter @MoufetteHQ
Stars: ✭ 303 (-31.14%)
Mutual labels:  heroku
Tilex
Today I Learned
Stars: ✭ 418 (-5%)
Mutual labels:  heroku
Express Starter
🚚 A boilerplate for Node.js, Express, Mongoose, Heroku, Atlas, Nodemon, PM2, and Babel. REST / GraphQL API Server | PaaS | SaaS | CI/CD | Jest | Supertest | Docker | MongoDB | PostgreSQL | Sequelize | Lodash | RxJS | JWT | Passport | WebSocket | Redis | CircleCI | Apollo | DevSecOps | Microservices | Backend Starter Kit | ES6
Stars: ✭ 353 (-19.77%)
Mutual labels:  heroku
Js Stack From Scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+4175.91%)
Mutual labels:  heroku
Envied
Ensures presence and type of your app's ENV-variables (mirror)
Stars: ✭ 327 (-25.68%)
Mutual labels:  heroku
Django Heroku
Minimal configuration to host a Django project at Heroku
Stars: ✭ 344 (-21.82%)
Mutual labels:  heroku
Vscodethemes
Preview themes from the VSCode marketplace.
Stars: ✭ 374 (-15%)
Mutual labels:  heroku
Slack Meme
A Meme Bot for Slack.
Stars: ✭ 322 (-26.82%)
Mutual labels:  heroku
Posthog
🦔 PostHog provides open-source product analytics that you can self-host.
Stars: ✭ 5,488 (+1147.27%)
Mutual labels:  heroku
Json Server Heroku
Deploy json-server to Heroku & Azure 🆙 🆓
Stars: ✭ 310 (-29.55%)
Mutual labels:  heroku
Socify
🚀 Socify is an open source social networking platform written in Ruby on Rails
Stars: ✭ 363 (-17.5%)
Mutual labels:  heroku
Django Heroku
A Django library for Heroku apps.
Stars: ✭ 428 (-2.73%)
Mutual labels:  heroku
Property web builder
The ultimate Ruby on Rails engine for creating real estate websites ⛺
Stars: ✭ 414 (-5.91%)
Mutual labels:  heroku
Partyparrot
🎉 🐦 Very Serious Code ™️ that generates huge slack messages with emojis.
Stars: ✭ 374 (-15%)
Mutual labels:  heroku

Haikunator

Gem Version Build Status Coverage Status

Generate Heroku-like memorable random names to use in your apps or anywhere else.

Installation

Add this line to your application's Gemfile:

gem 'haikunator'

And then execute:

$ bundle

Or install it yourself as:

$ gem install haikunator

Usage

Haikunator is pretty simple. There is nothing to configure and it only has a single method, .haikunate:

Haikunator.haikunate # => "rough-snowflake-1142"

# Token range
Haikunator.haikunate(100) # => "nameless-star-13"

# Don't include the token
Haikunator.haikunate(0) # => "long-flower"

# Use a different delimiter
Haikunator.haikunate(9999, '.') # => "cool.leaf.6743"

# No token, no delimiter
Haikunator.haikunate(0, ' ') # => "green fire"

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help:

Language Ports

Haikunator has also been ported to other languages. Though, these projects are not affiliated with or endorsed by me, but check them out:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].