Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toddcooke/namechecker

Find out if your project name is taken
https://github.com/toddcooke/namechecker

entrepreneur nextjs react

Last synced: about 2 months ago
JSON representation

Find out if your project name is taken

Awesome Lists containing this project

README

        

# Name Checker

This is a tool for finding out if a project name is taken already. Instead of checking apt, npm, GitHub, etc, for the
name of your project, you can use this tool to search many places at once.

259210364-b9cfd076-568f-4098-9696-680b3c5d9ebc

Check it out at https://namechecker.vercel.app

### TODO

- [ ] Count - or \_ as taken. Searching hello-world should count as taken if hello_world exists
- [ ] Add fuzzy check option. Searching hello should count as taken if hello-world exists
- [ ] More accurate go.dev package search. Searching asdf should return the package named asdf with the most imports.
- [ ] Filter by popularity. With this filter option on, searching kubernetes should not return results with fewer than n
stars.