Skip to content
/ Caster Public

A desktop webapp to get hourly weather information of any location .

Notifications You must be signed in to change notification settings

Sneakad/Caster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A desktop webapp to get hourly weather information of any location .

Resources

Stars

Watchers

Forks