https://github.com/ecrmnn/builtwith-cli
🏗 Tech profile lookup CLI with data from BuiltWith.com
https://github.com/ecrmnn/builtwith-cli
builtwith
Last synced: 3 months ago
JSON representation
🏗 Tech profile lookup CLI with data from BuiltWith.com
- Host: GitHub
- URL: https://github.com/ecrmnn/builtwith-cli
- Owner: ecrmnn
- Created: 2016-04-17T17:12:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T17:29:19.000Z (about 9 years ago)
- Last Synced: 2025-03-14T21:04:07.081Z (3 months ago)
- Topics: builtwith
- Language: JavaScript
- Homepage: https://npmjs.com/builtwith-cli
- Size: 3.91 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# builtwith-cli
> Tech profile lookup CLI with data from BuiltWith.com[](https://travis-ci.org/ecrmnn/builtwith-cli.svg?branch=master)
[](http://badge.fury.io/js/builtwith-cli)
[](http://badge.fury.io/js/builtwith-cli)
[](http://badge.fury.io/js/builtwith-cli)### Installation
```bash
npm install builtwith-cli --global
```### Usage
Get tech profile by running ``bw random-domain.com``
```bash
bw github.com┌────────────────────────┬──────────────────────────────┐
│ Topic │ Tool │
├────────────────────────┼──────────────────────────────┤
│ email services │ SPF │
├────────────────────────┼──────────────────────────────┤
│ email services │ Google Apps for Business │
├────────────────────────┼──────────────────────────────┤
│ email services │ Campaign Monitor │
├────────────────────────┼──────────────────────────────┤
│ email services │ Sendgrid │
├────────────────────────┼──────────────────────────────┤
│ email services │ Zendesk │
├────────────────────────┼──────────────────────────────┤
│ email services │ MailChimp SPF │
│ ssl certificate │ SSL by Default │
├────────────────────────┼──────────────────────────────┤
│ frameworks │ Ruby on Rails Token │
├────────────────────────┼──────────────────────────────┤
│ frameworks │ Ruby on Rails │
├────────────────────────┼──────────────────────────────┤
│ analytics and tracking │ Facebook Domain Insights │
└────────────────────────┴──────────────────────────────┘
```### Related
- [builtwith](https://github.com/ecrmnn/builtwith) - API for this module### License
MIT © [Daniel Eckermann](http://danieleckermann.com)