update README.md

This commit is contained in:
Hunter 2019-09-05 13:54:29 -04:00
parent 354c4777ca
commit a5dcb9a797
No known key found for this signature in database
GPG key ID: 54A2E2B4055799B8

View file

@ -9,7 +9,7 @@ Cloudflare connection test (unofficial).
npm install
```
Note: in order to get IATA code -> city name working, you will need a IATAcodes.org API key. You can populate this at build time with `npm run populate` and the API key set to the variable `IATA_KEY`.
Note: the website iatacodes.org, which was used for location information, is no longer running. We're currently using a version from around May 2019 until a free alternative is available.
### Compiles and hot-reloads for development
```