Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
/ air-quality-now Public archive

React Native app that provides realtime information about the air quality status.

License

Notifications You must be signed in to change notification settings

JGeek00/air-quality-now

Repository files navigation

Air Quality Now

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.

Data source

Air Quality Now get's it's data from OpenAQ API. Location's address comes from Nominatim.

Privacy policy

Air Quality Now does not collect any user's data. All data is stored into the user's device.

Development

Mapbox API token

  1. Go to ~/.gradle and create a file called gradle.properties if not exists.
  2. Open that file and add a variable called MAPBOX_DOWNLOADS_TOKEN_AQN.
  3. Go to the access tokens manager on your Mapbox account and create a new one. Make sure to check the DOWNLOADS:READ option.
  4. Copy the generated token and paste it as the value of MAPBOX_DOWNLOADS_TOKEN_AQN variable.
  5. 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