Get information about hourly weather of any location
A desktop web application using which you can find hourly eather updates for any spedcific location .
Link: https://casterio.netlify.app/
First, make sure you have all these installed on your local machine & then continue.
- Node.js v16.13.1^
- NPM v8.1.0^
# Clone the repository
git clone https://github.com/Sneakad/Caster.git
# Enter into the client folder and install the dependencies
cd client
npm install
# Enter into server folder and install the dependencies
cd server
npm install
In order to use this for your own purpose, check the .env in each of the directories.
# To start the client application
npm start
# To start server application
npm run start