Skip to content

Airometer is an AQI app that was built for and Winner of 3rd place at 'Hack Your Way' hackathon organized by IIC TMSL!

License

Notifications You must be signed in to change notification settings

HackYourWayHackathon/Airometer

Repository files navigation

Airometer

3rd place🥉 Winner at Hack You Way Hackathon organised by IIC TMSL ✨

Airometer is an app that can track and summarise the air quality around you or anywhere round the globe.

made-with-flutter

Don't forget to ⭐ the repo

GitHub stars GitHub forks GitHub followers

Download

Click on me to get the application
In case the application doesn't load properly, make sure to turn on location and relaunch it.

Features

  • Live Air Quality Information using Reatime Location
  • AQI information of every place around the globe
  • Information on all major polluting agents
  • Automatically updates data time to time
  • Notification widget briefly describing air quality
  • Automatic notification alerts at poor air quality
  • Clean and elegant UI
  • No Subscription
  • No Ads

Check it out yourself :)

Tech Stack Used

Building from Source

  1. If you don't have Flutter SDK installed, please visit official Flutter site.
  2. Fetch latest source code from master branch.
git clone https://github.com/Air-Quality-Index/Airometer.git
  1. Generate and add api key
  • Sign in to OpenWeatherMap.org to retrieve your own API Key.
  • In the path airometer\lib\api create file api_key.dart.
  • In the file api_key.dart paste the code const apiKey="API_KEY";.
  • Replace the text API_KEY with your own api key.
  1. Run the app with Android Studio or VS Code. Or the command line:
flutter pub get
flutter run

Contribute

We are not accepting outside contributions for this project. However, a feedback would greatly contribute to the purpose of the project. Please leave a feedback after using it :)

About

Airometer is an AQI app that was built for and Winner of 3rd place at 'Hack Your Way' hackathon organized by IIC TMSL!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published