This project is a simple Weather API built using Node.js and Express.js. It provides endpoints to retrieve weather information for a given city, convert Celsius temperature to Fahrenheit, handle user signups, receive data via POST requests, and get the current time.
Tutorial: Link to corresponding BetterStack tutorial
Before starting, ensure you have the following prerequisites:
- Node.js installed on your machine.
- Basic understanding of JavaScript and Express.js.
To get started with the project, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory in your terminal.
- Install the required dependencies using
npm install
. - Start the server by running
node index.js
. - Access the endpoints using a tool like Postman or a web browser.
The code used in this project and in the linked tutorial is licensed under the Apache License, Version 2.0.