Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AliasIO committed Jun 14, 2020
1 parent d1a636c commit adeb81d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 37 deletions.
43 changes: 31 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,37 @@
# Wappalyzer [![Travis](https://travis-ci.org/aliasio/wappalyzer.svg?branch=master)](https://travis-ci.org/aliasio/wappalyzer/)

[Wappalyzer](https://www.wappalyzer.com/) is a
[cross-platform](https://www.wappalyzer.com/nodejs) utility that uncovers the
technologies used on websites. It detects
[content management systems](https://www.wappalyzer.com/technologies/cms),
[eCommerce platforms](https://www.wappalyzer.com/technologies/ecommerce),
[web servers](https://www.wappalyzer.com/technologies/web-servers),
[JavaScript frameworks](https://www.wappalyzer.com/technologies/javascript-frameworks),
[analytics tools](https://www.wappalyzer.com/technologies/analytics) and
[many more](https://www.wappalyzer.com/applications).
[Wappalyzer](https://www.wappalyzer.com) identifies technologies on websites.

*Licensed under [MIT](https://github.com/aliasio/wappalyzer/blob/master/LICENSE).*
## Documentation

Please read the [developer documentation](https://www.wappalyzer.com/docs).

## Documentation
## Quick start

```sh
git clone https://github.com/aliasio/wappalyzer
cd wappalyzer
yarn install
yarn link
```

## Usage

### Command line

```sh
node src/drivers/npm/cli.js https://example.com
```

### Chrome extension

* Go go `about:extensions`
* Enable 'Developer mode'
* Click 'Load unpacked'
* Select `src/drivers/webextension`

### Firefox extension

Please read the [developer documentation](https://www.wappalyzer.com/docs) to get started.
* Go go `about:debugging#/runtime/this-firefox`
* Click 'Load Temporary Add-on'
* Select `src/drivers/webextension/manifest.json`
1 change: 1 addition & 0 deletions src/drivers/npm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ADD cli.js .
ADD driver.js .
ADD package.json .
ADD wappalyzer.js .
ADD yarn.lock .

RUN yarn install

Expand Down
25 changes: 0 additions & 25 deletions src/drivers/npm/core.js

This file was deleted.

0 comments on commit adeb81d

Please sign in to comment.