Giter Site home page Giter Site logo

cloudify's Introduction

Overview

This weather tracking app provides up-to-date weather information for various cities. It offers a range of features designed to enhance user experience and functionality.

Features

• Real-Time Weather Data: Utilizes various REST API endpoints from Rapid API to deliver real-time weather information.

• Dynamic Weather Map: Integrates React Leaflet to visualize weather conditions for approximately 50 nearby cities.

• City Addition: Allows signed-in users to track weather data for multiple cities, enhancing personalization.

• Authentication: Ensures secure access through Google provider authentication via Firebase.

• Database Integration: Leverages Firestore for efficient storage and retrieval of user-specific data.

• Responsive Design: Implements responsive design principles using Material-UI, ensuring a seamless user experience across all devices.

• Engaging Slider: Incorporates Keen Slider for a smooth and engaging user interface element.

• Deployment: The application is deployed using Firebase Hosting, with continuous development facilitated through GitHub Actions.

Tech Stack

UI-Design:

Frontend:

html css javascript

Backend & Hosting:

Run Locally

Clone the project

  git clone https://github.com/AakashRaj20/Cloudify.git

Go to the project directory

  cd weather-app

Install dependencies

  npm install

Start the server

  npm run start

API Endpoints Used

Get all items

  GET https://weatherapi-com.p.rapidapi.com/forecast.json
Parameter Type Description
api_key string Required. Your API key
city string Required. city searched by user

Get item

  GET https://api.openweathermap.org/data/2.5/find?
Parameter Type Description
api_key string Required. Your API key
lat string Required. latitude of city searched
lon string Required. longitude of city searched
cnt string Required. number of cities data wanted
  GET https://foreca-weather.p.rapidapi.com/forecast/daily/id
Parameter Type Description
api_key string Required. Your API key
id string Required. id of the city searched
  GET https://air-quality-by-api-ninjas.p.rapidapi.com/v1/airquality
Parameter Type Description
api_key string Required. Your API key
city string Required. city searched by user
  GET https://weatherapi-com.p.rapidapi.com/forecast.json
Parameter Type Description
api_key string Required. Your API key
city string Required. city searched by user
days string Required. number of days

Contributing

Contributions are always welcome!

Deployment

To deploy this project run

 npm run build
 firebase init
 firebase deploy

cloudify's People

Contributors

aakashraj20 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.