{"id":13433229,"url":"https://github.com/artdecocode/expensive","last_synced_at":"2025-07-16T12:43:07.083Z","repository":{"id":135404833,"uuid":"124949909","full_name":"artdecocode/expensive","owner":"artdecocode","description":"Node.js CLI tool to register and manage domains on namecheap.com","archived":false,"fork":false,"pushed_at":"2020-01-07T23:37:51.000Z","size":1067,"stargazers_count":7,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T17:23:49.395Z","etag":null,"topics":["domain","domains","namecheap","whois"],"latest_commit_sha":null,"homepage":"https://expensive.page","language":"JavaScript","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/artdecocode.png","metadata":{"files":{"readme":"README-source.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2018-03-12T20:51:03.000Z","updated_at":"2024-05-22T23:37:17.000Z","dependencies_parsed_at":"2023-06-18T17:12:43.441Z","dependency_job_id":null,"html_url":"https://github.com/artdecocode/expensive","commit_stats":{"total_commits":253,"total_committers":3,"mean_commits":84.33333333333333,"dds":"0.011857707509881465","last_synced_commit":"5e2650ca93f23746471c5dcb89a944f81472bdd5"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fexpensive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fexpensive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fexpensive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fexpensive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artdecocode","download_url":"https://codeload.github.com/artdecocode/expensive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250834068,"owners_count":21494903,"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":["domain","domains","namecheap","whois"],"created_at":"2024-07-31T02:01:22.804Z","updated_at":"2025-04-25T14:31:50.749Z","avatar_url":"https://github.com/artdecocode.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003c!-- ## Reporting --\u003e\n\n\u003c!-- To see the status of a single or all domains printed in the console, use the info extension (`-i`). --\u003e\n\n \u003c!-- If google position ranking is set up with `-g example.ne`, then the information utility will print the rank for the configured keyword.  --\u003e\n\n\u003c!-- Visits are accessed from [demimonde.cc](https://demimonde.cc) which is an elastic search gathering engine. --\u003e\n\n\u003c!-- ```sh\nexpensive -i example1.com\n``` --\u003e\n\n\u003c!-- | domain       | expire in | dns         | visits | google |\n|--------------|-----------|-------------|--------|--------|\n| example1.com | 189 days  | dns.dns.com | 550    | 3      |\n|              |           |             |        |        | --\u003e\n\n\u003c!-- ```sh\nexpensive --info\n``` --\u003e\n\n\u003c!-- | domain       | expire in | dns         | visits | google |\n|--------------|-----------|-------------|--------|--------|\n| example1.com | 189 days  | dns.dns.com | 550    | 3      |\n| example2.com |  61 days  |  namecheap  | -      | -      |\n|              |           |             |        |        | --\u003e\n\n\u003c!-- ## Health Check\n\nRun a health check against a domain. This will make Chrome visit the page and check that it loads.\n\n```sh\nexpensive -h example.com\n``` --\u003e\n\n\u003c!-- ### Route 53\n\nCreation of the hosted zones is implemented with Route 53 API. A new hosted zone can be created for a domain, and its name servers set via namecheap API.\n\n```sh\nexpensive example.com -r\n# create a hosted zone and assign name servers\n``` --\u003e\n\n\n\u003c!-- ### Set DNS\n\nTo or assign DNS values for a given domain, the `-d` (or `--dns`) command can be used. All items should be separated with a comma.\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003ccode\u003eexpensive example.co -d 10.10.10.10,11.11.11.11\u003c/code\u003e\u003c/summary\u003e\n  \u003ctable\u003e\n  \u003ctr\u003e\u003ctd\u003e\n    \u003cimg alt=\"Assigning new DNS values.\" src=\"doc/dns.gif\" /\u003e\n  \u003c/td\u003e\u003c/tr\u003e\n  \u003c/table\u003e\n\u003c/details\u003e --\u003e\n\n\u003c!-- ### Set Route 53\n\nTo automatically create a new hosted zone on `Route 53`, and assign its nameservers to the domain, the `-r53` option can be passed.\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003ccode\u003eexpensive example.co -r53\u003c/code\u003e\u003c/summary\u003e\n  \u003ctable\u003e\n  \u003ctr\u003e\u003ctd\u003e\n    \u003cimg alt=\"Creating and assigning a route 53 zone.\" src=\"doc/route-53.gif\" /\u003e\n  \u003c/td\u003e\u003c/tr\u003e\n  \u003c/table\u003e\n\u003c/details\u003e --\u003e\n\n\u003c!-- You should inspect the source code of this package and possibly install from the source code and not npm with the following command.\n\n```sh\nnpm i -g artdecocode/expensive#v1.1.0\n``` --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartdecocode%2Fexpensive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartdecocode%2Fexpensive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartdecocode%2Fexpensive/lists"}