A simple web application built using Node.js, Leaflet.js, Express, MongoDB and Bootstrap. It allows users to identify their location, current weather (using the OpenWeather API) and air quality information (using the Open Air Quality API). Users can also see the location of all other users that have located themselves using the app, and can delete their location entry. The app is hosted on Heroku.
The app consists of the following pages:
- A home page where users can find their location, weather information, air quality information and view it on a map.
- A map of all previous locations identified.
- A list of all previous locations identified.
- A page that tracks the International Space Station (ISS) in real time.
To install and run the app locally:
- Install dependencies by using
npm install
- Rename
.env_sample
to.env
and fill in their MongoDB Atlas username, password and OpenWeather API key. - Start the server by using
node server.js
Go to http://localhost:3000/
on a web browser