Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenAQ API registration link #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ brews:
folder: Formula
goarm: "7"
homepage: https://github.com/openaq/openaq-cli
description: Official Command Line Interface for OpenAQ. Get your API key here -> https://api.openaq.org/register
description: Official Command Line Interface for OpenAQ. Get your API key here -> http://explore.openaq.org/register
license: MIT
test: |
system "#{bin}/openaq-cli -v"
Expand All @@ -69,5 +69,5 @@ scoops:
folder: bucket
homepage: https://github.com/openaq/openaq-cli
description: |
Official Command Line Interface for OpenAQ. Get your API key here -> https://api.openaq.org/register
Official Command Line Interface for OpenAQ. Get your API key here -> http://explore.openaq.org/register
license: MIT
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ go install github.com/openaq/openaq-cli

## Usage

> Note: An OpenAQ API Key is required to use the OpenAQ CLI. Registering for an API Key is free and only requires a valid email address. Register at https://api.openaq.org/register
> Note: An OpenAQ API Key is required to use the OpenAQ CLI. Registering for an API Key is free and only requires a valid email address. Register at http://explore.openaq.org/register


To set your API Key run:
Expand Down