This web application allows users to track the current day's weather for different cities.
- Add a city by specifying its name and LON and LAT coordinates.
- View the list of added cities.
- Search for a city in the list of added cities via a search bar.
- Access the weather page of a city by selecting it from the list.
This application uses the Meteorologisk Institutt API to retrieve weather data. You can find the API documentation at the following links:
SQLite is used as the database system to store information about the added cities.
- Install Dependencies: Make sure you have Node.js installed on your machine.
- Clone the Repository: Clone this repository to your local machine using the following command:
git clone https://github.com/AxelFdez/weatherApp.git- Install project dependencies:
cd meteo-app
npm install- Start the server.
npm start- Access the application in your browser at http://localhost:8080.
For any questions or concerns, please contact us.
Axel Fernandez