Skip to content

Adarshshanbhag5/Weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather now

This is a Weather app in javascript by using openweathermap.org API Feel free to give any suggestions, improvements, download/pull the repository :)

Table of contents

Overview

Description

Users should be able to:

  • This weather app gives user's current location weather. User can search any city by its name and can get weather details
  • View the optimal layout for the site depending on their device's screen size

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Vanilla javascript fetch api method

Make it your own

  • Firstly download/pull the repository and please it is recommended to use your own [openweathermap.org API](https://openweathermap.org/ api) for good performance
  • to add your own api to code just copy code given below and paste it in first line of script.js file
const api = {
  key: "your-api-key",
  baseUrl: "https://api.openweathermap.org/data/2.5/",
  iconUrl: "http://openweathermap.org/img/wn/",
};

Future development

  • This is very first version as i am beginer to js the code is not very well organised, i will try to organise it in future
  • Some features not works like 'lenght of day','Remaining daylight'
  • Will try to add some animations on change of city or data
  • Will try to add some new feature like graphs etc.

New changes

  • Added PWA to this!!:)
  • You can use this like natvie app on your phone just install it by clicking add to homeScreen or it will popup
  • Now code is not very well but organised

Author

About

Weather now-Current weather and forecast app in js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published