Skip to content

Commit

Permalink
Change upstream apps.json to technologies.json file, fixes #36
Browse files Browse the repository at this point in the history
  • Loading branch information
rverton committed Sep 8, 2020
1 parent e8f65a2 commit 3ef937d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wappalyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// WappalyzerURL is the link to the latest apps.json file in the Wappalyzer repo
const WappalyzerURL = "https://raw.githubusercontent.com/AliasIO/Wappalyzer/master/src/apps.json"
const WappalyzerURL = "https://raw.githubusercontent.com/AliasIO/Wappalyzer/master/src/technologies.json"

// StringArray type is a wrapper for []string for use in unmarshalling the apps.json
type StringArray []string
Expand Down Expand Up @@ -44,7 +44,7 @@ type Category struct {

// AppsDefinition type encapsulates the json encoding of the whole apps.json file
type AppsDefinition struct {
Apps map[string]App `json:"apps"`
Apps map[string]App `json:"technologies"`
Cats map[string]Category `json:"categories"`
}

Expand Down

0 comments on commit 3ef937d

Please sign in to comment.