{"id":13878267,"url":"https://github.com/usmanbashir/haikunator","last_synced_at":"2025-05-15T09:02:53.982Z","repository":{"id":25717404,"uuid":"29154300","full_name":"usmanbashir/haikunator","owner":"usmanbashir","description":"Heroku-like random name generator.","archived":false,"fork":false,"pushed_at":"2023-10-18T14:42:46.000Z","size":21,"stargazers_count":497,"open_issues_count":4,"forks_count":46,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-14T14:59:48.807Z","etag":null,"topics":["haikunator","heroku","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usmanbashir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-01-12T20:04:04.000Z","updated_at":"2025-03-06T00:22:24.000Z","dependencies_parsed_at":"2024-06-18T15:26:08.429Z","dependency_job_id":null,"html_url":"https://github.com/usmanbashir/haikunator","commit_stats":{"total_commits":27,"total_committers":7,"mean_commits":3.857142857142857,"dds":0.2222222222222222,"last_synced_commit":"ddbb632885290bda781688871c5854e92bc3e0a2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanbashir%2Fhaikunator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanbashir%2Fhaikunator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanbashir%2Fhaikunator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanbashir%2Fhaikunator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usmanbashir","download_url":"https://codeload.github.com/usmanbashir/haikunator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254310513,"owners_count":22049468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["haikunator","heroku","ruby"],"created_at":"2024-08-06T08:01:44.630Z","updated_at":"2025-05-15T09:02:53.919Z","avatar_url":"https://github.com/usmanbashir.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# Haikunator\n\n[![Gem Version](https://badge.fury.io/rb/haikunator.svg)](http://badge.fury.io/rb/haikunator)\n[![Build Status](https://travis-ci.org/usmanbashir/haikunator.svg?branch=master)](https://travis-ci.org/usmanbashir/haikunator)\n[![Coverage Status](https://coveralls.io/repos/usmanbashir/haikunator/badge.svg)](https://coveralls.io/r/usmanbashir/haikunator)\n\nGenerate Heroku-like memorable random names to use in your apps or anywhere else.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'haikunator'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install haikunator\n\n## Usage\n\nHaikunator is pretty simple. There is nothing to configure and it only has a single method, `.haikunate`:\n\n```ruby\nHaikunator.haikunate # =\u003e \"rough-snowflake-1142\"\n\n# Token range\nHaikunator.haikunate(100) # =\u003e \"nameless-star-13\"\n\n# Don't include the token\nHaikunator.haikunate(0) # =\u003e \"long-flower\"\n\n# Use a different delimiter\nHaikunator.haikunate(9999, '.') # =\u003e \"cool.leaf.6743\"\n\n# No token, no delimiter\nHaikunator.haikunate(0, ' ') # =\u003e \"green fire\"\n```\n\n## Contributing\n\nEveryone is encouraged to help improve this project. Here are a few ways you can help:\n\n- [Report bugs](https://github.com/usmanbashir/haikunator/issues)\n- Fix bugs and [submit pull requests](https://github.com/usmanbashir/haikunator/pulls)\n- Write, clarify, or fix documentation\n- Suggest or add new features\n\n## Language Ports\n\nHaikunator has also been ported to other languages. Though, these projects are not\naffiliated with or endorsed by me, but check them out:\n\n- Go:\n  - [Go-Haikunator](https://github.com/yelinaung/go-haikunator)\n  - [Haikunator](https://github.com/gjohnson/haikunator)\n  - [Haikunator](https://github.com/taion809/haikunator)\n- JavaScript:\n  - [HaikunatorJS](https://github.com/Atrox/haikunatorjs)\n- Python:\n  - [PyHaikunator](https://github.com/ferhatelmas/pyhaikunator)\n  - [HaikunatorPy](https://github.com/Atrox/haikunatorpy)\n- PHP:\n  - [HaikunatorPHP](https://github.com/Atrox/haikunatorphp)\n- Elixir:\n  - [Haikunator](https://github.com/knrz/Haikunator)\n- .NET:\n  - [Haikunator.NET](https://github.com/Atrox/haikunator.net)\n- Java:\n  - [HaikunatorJAVA](https://github.com/Atrox/haikunatorjava)\n- Dart:\n  - [HaikunatorDART](https://github.com/Atrox/haikunatordart)\n- Rust\n  - [rust-haikunator](https://github.com/nishanths/rust-haikunator)\n- Crystal\n  - [Haikunator](https://github.com/sanata-/haikunator)\n- R\n  - [Haikunator](http://github.com/amrrs/haikunator)\n- Clojure\n  - [clj-haikunator](https://github.com/staticweb-io/clj-haikunator)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusmanbashir%2Fhaikunator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusmanbashir%2Fhaikunator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusmanbashir%2Fhaikunator/lists"}