Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.49 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.49 KB

Caster.io

Get information about hourly weather of any location

React JS

Netlify

What is Caster.io ? 🤔

A desktop web application using which you can find hourly eather updates for any spedcific location .

Checkout the app to learn more!

Link: https://casterio.netlify.app/

Screenshot of the app

Getting started

First, make sure you have all these installed on your local machine & then continue.

  • Node.js v16.13.1^
  • NPM v8.1.0^

Installation

# 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

⚠️ Important!

In order to use this for your own purpose, check the .env in each of the directories.

Starting the application

# To start the client application
npm start
# To start server application
npm run start