Secrets File - osmlab/name-suggestion-index GitHub Wiki

In order to sucessfully run npm run wikidata, you first have to add a secrets.json file in the project root (same folder as package.json and README.md etc.) - here is the format of the secrets file:

{
  "wikibase": {
    "username": "bhousel",
    "password": "••••••••••"
  }
}

wikibase is just the username and password for your Wikidata account. This file will not be added to the repo on your next commit as the file is in .gitignore