Air Quality Now is an application created with React Native that provides information about the status of the air in many cities around the world.
Air Quality Now get's it's data from OpenAQ API. Location's address comes from Nominatim.
Air Quality Now does not collect any user's data. All data is stored into the user's device.
- Go to
~/.gradle
and create a file calledgradle.properties
if not exists. - Open that file and add a variable called
MAPBOX_DOWNLOADS_TOKEN_AQN
. - Go to the access tokens manager on your Mapbox account and create a new one. Make sure to check the
DOWNLOADS:READ
option. - Copy the generated token and paste it as the value of
MAPBOX_DOWNLOADS_TOKEN_AQN
variable. - Create a .env file on the project's root directory and add a variable called
REACT_APP_MAPBOX_API_TOKEN
. Set as it's value the same API token you used before.
Created by JGeek00