WYB is a web app that allows you to monitor air quality of a specific place or current location (data is retrieved from the AQICN API). Just a simple app that could one day become something more or just remain as it is for the eternity...
- JS, HTML5, SASS
- Bundled with Webpack 5
- HTTP requests made using Axios
- Laid out with Bootstrap 5
- Deployed on Netlify with netlify-cli
Deploy --> wyb.netlify.app
This app is nothing different from a billion others you've already used.
Type a keyword in the search bar to find a specific location and hit "🔎".
Hit "📍" instead to input your current location. That's about it.
Download the repo and run npm run build
to see it in action (in order to function correctly, you'll have to set your own api key in a .env
file).
NOTE: a scripts
folder was created as a workaround for deploying on Netlify. That folder has been recently deleted to make space for a functions
folder which contains Netlify Functions. Just pointing it out for clarity.
This project is under the MIT License.