Code Monkey home page Code Monkey logo

namae's Introduction

namae

Actions Status Codacy Badge Language grade: JavaScript Total alerts hatena bookmark

name new project.

namae saves your time searching around registries and checking if the desired name is ready for use.

Contributing

PRs welcome!

See Contribution Guide for the detailed instruction.

Sponsors ⚡️

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Yasuaki Uechi

💻 🌍

Mickaël Allonneau

💻

Example

💻

NixieSquid

💻 🌍

Arnaud Lier

🌍 💻

Raikas

💻

Jonah Snider

💻

Miguel Müller

🌍

Azurnex

🌍

Snazzah

💻

Thebigbot

🌍

BlackdestinyXX

💻

Daniils Petrovs

👀

Ben

🌍

Evgeniy Istomin

🌍

LukasPurbaW

🌍

This project follows the all-contributors specification. Contributions of any kind welcome!

namae's People

Contributors

3x avatar allcontributors[bot] avatar arnaudlier avatar blackdestinyxx avatar dependabot-preview[bot] avatar dependabot[bot] avatar fyxren avatar hormesiel avatar jonahsnider avatar kazuyaikoma avatar lukaspurbaw avatar madprobe avatar miguelsmuller avatar raikasdev avatar snazzah avatar snyk-bot avatar uetchy avatar vclemenzi avatar z3ro0k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

namae's Issues

Instagram support

Not sure why it hasn't been added yet? But it'd be cool to check for instagram username availability too.

I might give it a try and submit a PR soon!

Feature request: Conditional lookup on 2nd level TLD domains

Is your feature request related to a problem? Please describe.

Not related to a problem.

Describe the solution you'd like

Conditional lookup on 2nd level TLD domains

Describe alternatives you've considered

recently talking to @uetchy he commented that Brazil is currently ranked 13th in the access analytics.

I've seen that namae doesn't do a conditional lookup on 2nd level TLD domains. I thought that this would be a good feature for the project.

Would you like your opnion? And I would also like ideas on how this could be done in the context of the project's architecture.

Additional context

No response

Commitment

Join discussions

Feature request: Categorize cards with headers

Is your feature request related to a problem? Please describe.

The page when searching a name can get cluttered, with all the services bunched up can get confusing when you just want to find a couple of services.

Describe the solution you'd like

Group the cards into headers like "Social", "Development", "Serverless Services" for Heroku and such, etc.

Describe alternatives you've considered

No response

Additional context

No response

Commitment

Send a pull-request

Hex.pm support

Is your feature request related to a problem? Please describe.

Namae.dev currently does not support searching for package names on hex.pm, the central package repository for Erlang and Elixir.

Describe the solution you'd like

Search for package name on Hex.pm

Describe alternatives you've considered

No response

Additional context

No response

Commitment

Send a pull-request

User settings

Add user settings to control which provider is used to search for names.

Feature request: Create easter egg for when a user searches "namae"

Is your feature request related to a problem? Please describe.

No.

Describe the solution you'd like

Create a 'lil easter egg for when a user searches namae using namae, such as telling them in some humorous way that they can't search for namae.

Describe alternatives you've considered

No response

Additional context

No response

Commitment

Join discussions, Send a pull-request

US company name lookup

Because why not

Describe the solution you'd like

Still looking for a feasible way of doing this. We need some free API for searching US company information.

Describe alternatives you've considered

No response

Additional context

No response

Commitment

Send a pull-request

[Proposal] Adding native app's name search

Including the following items in search may help native app developers name their services.

  • iOS AppStore
  • OSX AppStore
  • Android PlayStore
  • Stores that exist in other ecosystems (e.g. store at Elementary OS)

Dependabot couldn't find a package.json for this project

Dependabot couldn't find a package.json for this project.

Dependabot requires a package.json to evaluate your project's current JavaScript dependencies. It had expected to find one at the path: /api/package.json.

If this isn't a JavaScript project, or if it is a library, you may wish to disable updates for it in the .dependabot/config.yml file in this repo.

View the update logs.

Dependabot couldn't find a package.json for this project

Dependabot couldn't find a package.json for this project.

Dependabot requires a package.json to evaluate your project's current JavaScript dependencies. It had expected to find one at the path: /web/package.json.

If this isn't a JavaScript project, or if it is a library, you may wish to disable updates for it in the .dependabot/config.yml file in this repo.

View the update logs.

Candidates containing é (accent aigu)

Describe the bug
When a French-ish name is entered, the suggestions include é.
This looks like a bug because a few providers do not support non-ascii characters.

To Reproduce
Steps to reproduce the behavior:

  1. Go to namae.dev
  2. Input French-ish word. ex. bonjour, mignon, bleu, ...
  3. Names like Déprimantform, Alléchantcast will appear in suggestions.

Expected behavior
è should be replaced by e. (Just as Hermès's domain name is hermes.com)

Screenshots
スクリーンショット 2020-02-11 17 27 58

Desktop:

  • macOS, Chrome

Feature request: Support Qiita

Is your feature request related to a problem? Please describe.

I want to check if I can create a user or organization on Qiita, which is a blog service for engineers in Japan.

Describe the solution you'd like

Check the status code.

User

  • https://qiita.com/<name>
    • 404: available
    • 200: NOT available

Organization

  • https://qiita.com/organizations/<name>
    • 404: available
    • 200: NOT available

Describe alternatives you've considered

No response

Additional context

No response

Commitment

Join discussions

js.org shows taken for available subdomains

Describe the bug
As in title js.org shows up as taken when inputed a not taken subdomain.

To Reproduce

  1. Type for example pxseu in the search which is not currently taken.

Expected behavior
Shows up as available.

Screenshots
image
image

Reflect search query in URL

Is your feature request related to a problem? Please describe.
I'd like to be able to send around URLs that reflect my search query.

Describe the solution you'd like
If I go to https://namae.dev/ and e.g. search for schnitzel i'd like the URL to be updated to e.g. https://namae.dev/schnitzel/ or something similar.

Describe alternatives you've considered
No alternatives. :)

Additional context
...

Thanks. 🎉

CLI

Not sure if it's needed. Put reaction on this comment if you want CLI for namae.

Fly.io

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

support for *.fly.dev

Describe alternatives you've considered

No response

Additional context

No response

Commitment

Send a pull-request

German translation formal vs. casual speech

Description

The german translation jumps between formal and casual speech. It's usually common that text stays in just one form.

For example on the startpage it says:
Schnapp dir einen guten Namen für deine neue App <= casual speech

Überprüfen Sie sofort die Verfügbarkeit Ihres neuen Anwendungsnamens in allen wichtigen Registern. <= formal speech

Let me know if you'd like a PR to change the text to casual form

To Reproduce

  1. go to https://namae.dev/?lng=de

What's My Browser Link

https://www.whatsmybrowser.org/b/8P9F5

Expected behavior

No response

Log output

No response

Additional context

No response

support pypi.org and rubygems.org

namae.dev is so great!

I hope that the service supports pypi.org (Python package site) and rubygems.org (Ruby package site).
It will help me to find project name which is free as python/ruby/javascript library.

Support for reddit

Is your feature request related to a problem? Please describe.
I use namae.dev a lot for trying new names for my new project, and I thing it would be useful if it also searches in reddit

Describe the solution you'd like
Add a information checking if r/<project name> exists

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.